@modelcontextprotocol/sdk
    Preparing search index...

    Variable ListToolsResultSchemaConst

    ListToolsResultSchema: ZodObject<
        extendShape<
            extendShape<
                {
                    _meta: ZodOptional<
                        ZodObject<
                            {},
                            "passthrough",
                            ZodTypeAny,
                            objectOutputType<{}, ZodTypeAny, "passthrough">,
                            objectInputType<{}, ZodTypeAny, "passthrough">,
                        >,
                    >;
                },
                { nextCursor: ZodOptional<ZodString> },
            >,
            {
                tools: ZodArray<
                    ZodObject<
                        {
                            annotations: ZodOptional<
                                ZodObject<
                                    {
                                        destructiveHint: ZodOptional<ZodBoolean>;
                                        idempotentHint: ZodOptional<ZodBoolean>;
                                        openWorldHint: ZodOptional<ZodBoolean>;
                                        readOnlyHint: ZodOptional<ZodBoolean>;
                                        title: ZodOptional<ZodString>;
                                    },
                                    "passthrough",
                                    ZodTypeAny,
                                    objectOutputType<
                                        {
                                            destructiveHint: ZodOptional<(...)>;
                                            idempotentHint: ZodOptional<(...)>;
                                            openWorldHint: ZodOptional<(...)>;
                                            readOnlyHint: ZodOptional<(...)>;
                                            title: ZodOptional<(...)>;
                                        },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                    objectInputType<
                                        {
                                            destructiveHint: ZodOptional<(...)>;
                                            idempotentHint: ZodOptional<(...)>;
                                            openWorldHint: ZodOptional<(...)>;
                                            readOnlyHint: ZodOptional<(...)>;
                                            title: ZodOptional<(...)>;
                                        },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                >,
                            >;
                            description: ZodOptional<ZodString>;
                            inputSchema: ZodObject<
                                {
                                    properties: ZodOptional<
                                        ZodObject<
                                            {},
                                            "passthrough",
                                            ZodTypeAny,
                                            objectOutputType<(...), (...), (...)>,
                                            objectInputType<(...), (...), (...)>,
                                        >,
                                    >;
                                    required: ZodOptional<ZodArray<ZodString, "many">>;
                                    type: ZodLiteral<"object">;
                                },
                                "passthrough",
                                ZodTypeAny,
                                objectOutputType<
                                    {
                                        properties: ZodOptional<
                                            ZodObject<(...), (...), (...), (...), (...)>,
                                        >;
                                        required: ZodOptional<ZodArray<(...), (...)>>;
                                        type: ZodLiteral<"object">;
                                    },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                                objectInputType<
                                    {
                                        properties: ZodOptional<
                                            ZodObject<(...), (...), (...), (...), (...)>,
                                        >;
                                        required: ZodOptional<ZodArray<(...), (...)>>;
                                        type: ZodLiteral<"object">;
                                    },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                            >;
                            name: ZodString;
                            outputSchema: ZodOptional<
                                ZodObject<
                                    {
                                        properties: ZodOptional<
                                            ZodObject<(...), (...), (...), (...), (...)>,
                                        >;
                                        required: ZodOptional<ZodArray<(...), (...)>>;
                                        type: ZodLiteral<"object">;
                                    },
                                    "passthrough",
                                    ZodTypeAny,
                                    objectOutputType<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                    objectInputType<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                >,
                            >;
                        },
                        "passthrough",
                        ZodTypeAny,
                        objectOutputType<
                            {
                                annotations: ZodOptional<
                                    ZodObject<
                                        {
                                            destructiveHint: ZodOptional<(...)>;
                                            idempotentHint: ZodOptional<(...)>;
                                            openWorldHint: ZodOptional<(...)>;
                                            readOnlyHint: ZodOptional<(...)>;
                                            title: ZodOptional<(...)>;
                                        },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<
                                            {
                                                destructiveHint: ...;
                                                idempotentHint: ...;
                                                openWorldHint: ...;
                                                readOnlyHint: ...;
                                                title: ...;
                                            },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                        objectInputType<
                                            {
                                                destructiveHint: ...;
                                                idempotentHint: ...;
                                                openWorldHint: ...;
                                                readOnlyHint: ...;
                                                title: ...;
                                            },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                    >,
                                >;
                                description: ZodOptional<ZodString>;
                                inputSchema: ZodObject<
                                    {
                                        properties: ZodOptional<
                                            ZodObject<(...), (...), (...), (...), (...)>,
                                        >;
                                        required: ZodOptional<ZodArray<(...), (...)>>;
                                        type: ZodLiteral<"object">;
                                    },
                                    "passthrough",
                                    ZodTypeAny,
                                    objectOutputType<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                    objectInputType<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                >;
                                name: ZodString;
                                outputSchema: ZodOptional<
                                    ZodObject<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<
                                            { properties: ...; required: ...; type: ... },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                        objectInputType<
                                            { properties: ...; required: ...; type: ... },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                    >,
                                >;
                            },
                            ZodTypeAny,
                            "passthrough",
                        >,
                        objectInputType<
                            {
                                annotations: ZodOptional<
                                    ZodObject<
                                        {
                                            destructiveHint: ZodOptional<(...)>;
                                            idempotentHint: ZodOptional<(...)>;
                                            openWorldHint: ZodOptional<(...)>;
                                            readOnlyHint: ZodOptional<(...)>;
                                            title: ZodOptional<(...)>;
                                        },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<
                                            {
                                                destructiveHint: ...;
                                                idempotentHint: ...;
                                                openWorldHint: ...;
                                                readOnlyHint: ...;
                                                title: ...;
                                            },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                        objectInputType<
                                            {
                                                destructiveHint: ...;
                                                idempotentHint: ...;
                                                openWorldHint: ...;
                                                readOnlyHint: ...;
                                                title: ...;
                                            },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                    >,
                                >;
                                description: ZodOptional<ZodString>;
                                inputSchema: ZodObject<
                                    {
                                        properties: ZodOptional<
                                            ZodObject<(...), (...), (...), (...), (...)>,
                                        >;
                                        required: ZodOptional<ZodArray<(...), (...)>>;
                                        type: ZodLiteral<"object">;
                                    },
                                    "passthrough",
                                    ZodTypeAny,
                                    objectOutputType<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                    objectInputType<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                >;
                                name: ZodString;
                                outputSchema: ZodOptional<
                                    ZodObject<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<
                                            { properties: ...; required: ...; type: ... },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                        objectInputType<
                                            { properties: ...; required: ...; type: ... },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                    >,
                                >;
                            },
                            ZodTypeAny,
                            "passthrough",
                        >,
                    >,
                    "many",
                >;
            },
        >,
        "passthrough",
        ZodTypeAny,
        objectOutputType<
            extendShape<
                extendShape<
                    {
                        _meta: ZodOptional<
                            ZodObject<
                                {},
                                "passthrough",
                                ZodTypeAny,
                                objectOutputType<{}, ZodTypeAny, "passthrough">,
                                objectInputType<{}, ZodTypeAny, "passthrough">,
                            >,
                        >;
                    },
                    { nextCursor: ZodOptional<ZodString> },
                >,
                {
                    tools: ZodArray<
                        ZodObject<
                            {
                                annotations: ZodOptional<
                                    ZodObject<
                                        {
                                            destructiveHint: ZodOptional<(...)>;
                                            idempotentHint: ZodOptional<(...)>;
                                            openWorldHint: ZodOptional<(...)>;
                                            readOnlyHint: ZodOptional<(...)>;
                                            title: ZodOptional<(...)>;
                                        },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<
                                            {
                                                destructiveHint: ...;
                                                idempotentHint: ...;
                                                openWorldHint: ...;
                                                readOnlyHint: ...;
                                                title: ...;
                                            },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                        objectInputType<
                                            {
                                                destructiveHint: ...;
                                                idempotentHint: ...;
                                                openWorldHint: ...;
                                                readOnlyHint: ...;
                                                title: ...;
                                            },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                    >,
                                >;
                                description: ZodOptional<ZodString>;
                                inputSchema: ZodObject<
                                    {
                                        properties: ZodOptional<
                                            ZodObject<(...), (...), (...), (...), (...)>,
                                        >;
                                        required: ZodOptional<ZodArray<(...), (...)>>;
                                        type: ZodLiteral<"object">;
                                    },
                                    "passthrough",
                                    ZodTypeAny,
                                    objectOutputType<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                    objectInputType<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                >;
                                name: ZodString;
                                outputSchema: ZodOptional<
                                    ZodObject<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<
                                            { properties: ...; required: ...; type: ... },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                        objectInputType<
                                            { properties: ...; required: ...; type: ... },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                    >,
                                >;
                            },
                            "passthrough",
                            ZodTypeAny,
                            objectOutputType<
                                {
                                    annotations: ZodOptional<
                                        ZodObject<
                                            {
                                                destructiveHint: ...;
                                                idempotentHint: ...;
                                                openWorldHint: ...;
                                                readOnlyHint: ...;
                                                title: ...;
                                            },
                                            "passthrough",
                                            ZodTypeAny,
                                            objectOutputType<(...), (...), (...)>,
                                            objectInputType<(...), (...), (...)>,
                                        >,
                                    >;
                                    description: ZodOptional<ZodString>;
                                    inputSchema: ZodObject<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<
                                            { properties: ...; required: ...; type: ... },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                        objectInputType<
                                            { properties: ...; required: ...; type: ... },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                    >;
                                    name: ZodString;
                                    outputSchema: ZodOptional<
                                        ZodObject<
                                            { properties: ...; required: ...; type: ... },
                                            "passthrough",
                                            ZodTypeAny,
                                            objectOutputType<(...), (...), (...)>,
                                            objectInputType<(...), (...), (...)>,
                                        >,
                                    >;
                                },
                                ZodTypeAny,
                                "passthrough",
                            >,
                            objectInputType<
                                {
                                    annotations: ZodOptional<
                                        ZodObject<
                                            {
                                                destructiveHint: ...;
                                                idempotentHint: ...;
                                                openWorldHint: ...;
                                                readOnlyHint: ...;
                                                title: ...;
                                            },
                                            "passthrough",
                                            ZodTypeAny,
                                            objectOutputType<(...), (...), (...)>,
                                            objectInputType<(...), (...), (...)>,
                                        >,
                                    >;
                                    description: ZodOptional<ZodString>;
                                    inputSchema: ZodObject<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<
                                            { properties: ...; required: ...; type: ... },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                        objectInputType<
                                            { properties: ...; required: ...; type: ... },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                    >;
                                    name: ZodString;
                                    outputSchema: ZodOptional<
                                        ZodObject<
                                            { properties: ...; required: ...; type: ... },
                                            "passthrough",
                                            ZodTypeAny,
                                            objectOutputType<(...), (...), (...)>,
                                            objectInputType<(...), (...), (...)>,
                                        >,
                                    >;
                                },
                                ZodTypeAny,
                                "passthrough",
                            >,
                        >,
                        "many",
                    >;
                },
            >,
            ZodTypeAny,
            "passthrough",
        >,
        objectInputType<
            extendShape<
                extendShape<
                    {
                        _meta: ZodOptional<
                            ZodObject<
                                {},
                                "passthrough",
                                ZodTypeAny,
                                objectOutputType<{}, ZodTypeAny, "passthrough">,
                                objectInputType<{}, ZodTypeAny, "passthrough">,
                            >,
                        >;
                    },
                    { nextCursor: ZodOptional<ZodString> },
                >,
                {
                    tools: ZodArray<
                        ZodObject<
                            {
                                annotations: ZodOptional<
                                    ZodObject<
                                        {
                                            destructiveHint: ZodOptional<(...)>;
                                            idempotentHint: ZodOptional<(...)>;
                                            openWorldHint: ZodOptional<(...)>;
                                            readOnlyHint: ZodOptional<(...)>;
                                            title: ZodOptional<(...)>;
                                        },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<
                                            {
                                                destructiveHint: ...;
                                                idempotentHint: ...;
                                                openWorldHint: ...;
                                                readOnlyHint: ...;
                                                title: ...;
                                            },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                        objectInputType<
                                            {
                                                destructiveHint: ...;
                                                idempotentHint: ...;
                                                openWorldHint: ...;
                                                readOnlyHint: ...;
                                                title: ...;
                                            },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                    >,
                                >;
                                description: ZodOptional<ZodString>;
                                inputSchema: ZodObject<
                                    {
                                        properties: ZodOptional<
                                            ZodObject<(...), (...), (...), (...), (...)>,
                                        >;
                                        required: ZodOptional<ZodArray<(...), (...)>>;
                                        type: ZodLiteral<"object">;
                                    },
                                    "passthrough",
                                    ZodTypeAny,
                                    objectOutputType<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                    objectInputType<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                >;
                                name: ZodString;
                                outputSchema: ZodOptional<
                                    ZodObject<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<
                                            { properties: ...; required: ...; type: ... },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                        objectInputType<
                                            { properties: ...; required: ...; type: ... },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                    >,
                                >;
                            },
                            "passthrough",
                            ZodTypeAny,
                            objectOutputType<
                                {
                                    annotations: ZodOptional<
                                        ZodObject<
                                            {
                                                destructiveHint: ...;
                                                idempotentHint: ...;
                                                openWorldHint: ...;
                                                readOnlyHint: ...;
                                                title: ...;
                                            },
                                            "passthrough",
                                            ZodTypeAny,
                                            objectOutputType<(...), (...), (...)>,
                                            objectInputType<(...), (...), (...)>,
                                        >,
                                    >;
                                    description: ZodOptional<ZodString>;
                                    inputSchema: ZodObject<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<
                                            { properties: ...; required: ...; type: ... },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                        objectInputType<
                                            { properties: ...; required: ...; type: ... },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                    >;
                                    name: ZodString;
                                    outputSchema: ZodOptional<
                                        ZodObject<
                                            { properties: ...; required: ...; type: ... },
                                            "passthrough",
                                            ZodTypeAny,
                                            objectOutputType<(...), (...), (...)>,
                                            objectInputType<(...), (...), (...)>,
                                        >,
                                    >;
                                },
                                ZodTypeAny,
                                "passthrough",
                            >,
                            objectInputType<
                                {
                                    annotations: ZodOptional<
                                        ZodObject<
                                            {
                                                destructiveHint: ...;
                                                idempotentHint: ...;
                                                openWorldHint: ...;
                                                readOnlyHint: ...;
                                                title: ...;
                                            },
                                            "passthrough",
                                            ZodTypeAny,
                                            objectOutputType<(...), (...), (...)>,
                                            objectInputType<(...), (...), (...)>,
                                        >,
                                    >;
                                    description: ZodOptional<ZodString>;
                                    inputSchema: ZodObject<
                                        {
                                            properties: ZodOptional<(...)>;
                                            required: ZodOptional<(...)>;
                                            type: ZodLiteral<(...)>;
                                        },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<
                                            { properties: ...; required: ...; type: ... },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                        objectInputType<
                                            { properties: ...; required: ...; type: ... },
                                            ZodTypeAny,
                                            "passthrough",
                                        >,
                                    >;
                                    name: ZodString;
                                    outputSchema: ZodOptional<
                                        ZodObject<
                                            { properties: ...; required: ...; type: ... },
                                            "passthrough",
                                            ZodTypeAny,
                                            objectOutputType<(...), (...), (...)>,
                                            objectInputType<(...), (...), (...)>,
                                        >,
                                    >;
                                },
                                ZodTypeAny,
                                "passthrough",
                            >,
                        >,
                        "many",
                    >;
                },
            >,
            ZodTypeAny,
            "passthrough",
        >,
    > = ...

    The server's response to a tools/list request from the client.