@modelcontextprotocol/sdk
    Preparing search index...

    Variable ListToolsRequestSchemaConst

    ListToolsRequestSchema: ZodObject<
        extendShape<
            extendShape<
                {
                    method: ZodString;
                    params: ZodOptional<
                        ZodObject<
                            {
                                _meta: ZodOptional<
                                    ZodObject<
                                        { progressToken: ZodOptional<(...)> },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<{ progressToken: ... }, ZodTypeAny, "passthrough">,
                                        objectInputType<{ progressToken: ... }, ZodTypeAny, "passthrough">,
                                    >,
                                >;
                            },
                            "passthrough",
                            ZodTypeAny,
                            objectOutputType<
                                {
                                    _meta: ZodOptional<
                                        ZodObject<
                                            { progressToken: ... },
                                            "passthrough",
                                            ZodTypeAny,
                                            objectOutputType<(...), (...), (...)>,
                                            objectInputType<(...), (...), (...)>,
                                        >,
                                    >;
                                },
                                ZodTypeAny,
                                "passthrough",
                            >,
                            objectInputType<
                                {
                                    _meta: ZodOptional<
                                        ZodObject<
                                            { progressToken: ... },
                                            "passthrough",
                                            ZodTypeAny,
                                            objectOutputType<(...), (...), (...)>,
                                            objectInputType<(...), (...), (...)>,
                                        >,
                                    >;
                                },
                                ZodTypeAny,
                                "passthrough",
                            >,
                        >,
                    >;
                },
                {
                    params: ZodOptional<
                        ZodObject<
                            extendShape<
                                {
                                    _meta: ZodOptional<
                                        ZodObject<
                                            { progressToken: ... },
                                            "passthrough",
                                            ZodTypeAny,
                                            objectOutputType<(...), (...), (...)>,
                                            objectInputType<(...), (...), (...)>,
                                        >,
                                    >;
                                },
                                { cursor: ZodOptional<ZodString> },
                            >,
                            "passthrough",
                            ZodTypeAny,
                            objectOutputType<
                                extendShape<
                                    {
                                        _meta: ZodOptional<ZodObject<(...), (...), (...), (...), (...)>>;
                                    },
                                    { cursor: ZodOptional<ZodString> },
                                >,
                                ZodTypeAny,
                                "passthrough",
                            >,
                            objectInputType<
                                extendShape<
                                    {
                                        _meta: ZodOptional<ZodObject<(...), (...), (...), (...), (...)>>;
                                    },
                                    { cursor: ZodOptional<ZodString> },
                                >,
                                ZodTypeAny,
                                "passthrough",
                            >,
                        >,
                    >;
                },
            >,
            { method: ZodLiteral<"tools/list"> },
        >,
        "strip",
        ZodTypeAny,
        {
            method: "tools/list";
            params?: objectOutputType<
                extendShape<
                    {
                        _meta: ZodOptional<
                            ZodObject<
                                { progressToken: ZodOptional<ZodUnion<(...)>> },
                                "passthrough",
                                ZodTypeAny,
                                objectOutputType<
                                    { progressToken: ZodOptional<(...)> },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                                objectInputType<
                                    { progressToken: ZodOptional<(...)> },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                            >,
                        >;
                    },
                    { cursor: ZodOptional<ZodString> },
                >,
                ZodTypeAny,
                "passthrough",
            >;
        },
        {
            method: "tools/list";
            params?: objectInputType<
                extendShape<
                    {
                        _meta: ZodOptional<
                            ZodObject<
                                { progressToken: ZodOptional<ZodUnion<(...)>> },
                                "passthrough",
                                ZodTypeAny,
                                objectOutputType<
                                    { progressToken: ZodOptional<(...)> },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                                objectInputType<
                                    { progressToken: ZodOptional<(...)> },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                            >,
                        >;
                    },
                    { cursor: ZodOptional<ZodString> },
                >,
                ZodTypeAny,
                "passthrough",
            >;
        },
    > = ...

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