mcp-use TypeScript API
    Preparing search index...

    Interface LandingPageTool

    A tool shown in the landing page's primitives list.

    interface LandingPageTool {
        description?: string;
        name: string;
        title?: string;
    }
    Index
    description?: string

    Optional tool description.

    name: string

    Protocol-facing tool name.

    title?: string

    Optional human-readable tool title.