Agent Client Protocol - v0.2.0-alpha.8
    Preparing search index...

    Type Alias ToolKind

    ToolKind:
        | "read"
        | "edit"
        | "delete"
        | "move"
        | "search"
        | "execute"
        | "think"
        | "fetch"
        | "switch_mode"
        | "other"

    Categories of tools that can be invoked.

    Tool kinds help clients choose appropriate icons and optimize how they display tool execution progress.

    See protocol docs: Creating