@node-in-layers/mcp-server
    Preparing search index...

    Interface SystemUseExample

    A named example of system usage, shown in the START_HERE tool response to give AI clients concrete guidance on how to use the system.

    interface SystemUseExample {
        description?: string;
        details?: string;
        example?: string;
        name: string;
        tags?: string[];
        value?: string;
    }
    Index

    Properties

    description?: string

    One-sentence description of what the example demonstrates.

    details?: string

    Longer free-form explanation.

    example?: string

    Concrete example payload or invocation.

    name: string

    Short label for the example (e.g. "Create a user").

    tags?: string[]

    Optional tags for categorisation.

    value?: string

    A representative value or input to show.