@squidcloud/client
    Preparing search index...

    Interface GenerateAgentMcpDescriptionsRequest

    Request to AI-generate the MCP server and tool descriptions for an agent based on its instructions and connected resources.

    interface GenerateAgentMcpDescriptionsRequest {
        agentId: string;
    }
    Index
    agentId: string

    The ID of the agent to generate MCP descriptions for.