Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface NativeMcpCatalogTool

    interface NativeMcpCatalogTool {
        annotations: Record<string, unknown> | null;
        description: string;
        execution: Record<string, unknown> | null;
        inputSchema: Record<string, unknown>;
        name: string;
        outputSchema: Record<string, unknown> | null;
    }
    Index
    annotations: Record<string, unknown> | null
    description: string
    execution: Record<string, unknown> | null
    inputSchema: Record<string, unknown>
    name: string
    outputSchema: Record<string, unknown> | null