Gaunt Sloth Assistant
    Preparing search index...

    Interface ServerTool

    Server tools such as Anthropic Web Search. These tools are meant to be magic objects like {"type": "web_search_20250305", "name": "web_search", "max_uses": 10}, AI Provider does the rest of the magic on their side.

    interface ServerTool {
        name?: string;
        type: string;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • ServerTool

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    name?: string
    type: string