@squidcloud/client
    Preparing search index...

    Interface GenerateAgentMcpDescriptionsResponse

    AI-generated MCP descriptions for an agent. Returned without persisting — the caller saves them onto the agent's MCP server configuration.

    interface GenerateAgentMcpDescriptionsResponse {
        description: string;
        toolDescription: string;
    }
    Index
    description: string

    Generated description of the MCP server.

    toolDescription: string

    Generated description of the MCP ask tool.