Frodo Library - v4.5.0
    Preparing search index...

    Type Alias McpCanonicalTool

    type McpCanonicalTool = {
        annotations: McpToolAnnotations;
        description: string;
        toolName:
            | typeof FIND_SKILLS_TOOL_NAME
            | typeof DESCRIBE_SKILL_TOOL_NAME
            | typeof DISPATCH_READ_ONLY_TOOL_NAME
            | typeof DISPATCH_TOOL_NAME;
    }
    Index

    Properties

    annotations: McpToolAnnotations

    MCP annotations for tool behavior guidance.

    description: string

    Description suitable for MCP registration and model guidance.

    toolName:
        | typeof FIND_SKILLS_TOOL_NAME
        | typeof DESCRIBE_SKILL_TOOL_NAME
        | typeof DISPATCH_READ_ONLY_TOOL_NAME
        | typeof DISPATCH_TOOL_NAME

    Stable MCP tool name.