Member Junction
    Preparing search index...

    MCP tool definition discovered from server

    interface MCPToolDefinition {
        Annotations?: string;
        ID: string;
        InputSchema: string;
        MCPServerID: string;
        OutputSchema?: string;
        Status: MCPToolStatus;
        ToolDescription?: string;
        ToolName: string;
        ToolTitle?: string;
    }
    Index

    Properties

    Annotations?: string

    Tool annotations/hints as JSON

    ID: string

    Unique identifier

    InputSchema: string

    JSON Schema for input parameters

    MCPServerID: string

    Reference to the MCP server

    OutputSchema?: string

    JSON Schema for output (if provided)

    Tool status

    ToolDescription?: string

    Tool description

    ToolName: string

    Tool name (unique per server)

    ToolTitle?: string

    Human-readable title