@modelcontextprotocol/sdk
    Preparing search index...

    Interface ListToolsRequest

    Sent from the client to request a list of tools the server has.

    interface ListToolsRequest {
        id: RequestId;
        jsonrpc: "2.0";
        method: "tools/list";
        params?: PaginatedRequestParams;
    }

    Hierarchy (View Summary)

    Index

    Properties

    jsonrpc: "2.0"
    method: "tools/list"