Skip to main content
Glama

find_tool

Search the live tool registry by name or description substring to discover which available tool handles your task. Use this first when unsure which verb or command to use.

Instructions

Search the live tool registry by name or description substring — the fastest way to discover which of the 500+ tools handles a job. Discovery set: find_tool/inspect_tool/toolset_report are always available (also via catalog). Use this first when unsure which verb to use (e.g., playlist vs snapshot vs search).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax matches to return (default 25)
queryYesCase-insensitive substring to match against tool names and descriptions
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv1.28.0
    • addedInput schema / properties / response_format
      Added value: +{
      +  "default": "concise",
      +  "description": "'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object",
      +  "enum": [
      +    "concise",
      +    "detailed",
      +    "json"
      +  ],
      +  "type": "string"
      +}
  2. Addedv1.26.1

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the burden. It adds useful context: the registry is 'live' and the discovery tools are 'always available', and 'search' implies a read-only operation. It does not explicitly state side-effect safety or what the returned matches look like.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the core action, followed directly by actionable usage guidance. Every clause earns its place, and the discovery-set note is compact.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a low-complexity lookup tool with fully documented parameters and a response_format enum, the description plus schema covers what, why, and when. It could explicitly say the result is a list of matching tool names/descriptions, especially since no output schema exists.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description restates that query matches against names and descriptions but adds no syntax, defaults, or enum guidance beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States it searches the live tool registry by name/description substring to discover which of the 500+ tools handles a job. Specific verb+resource, and clearly differentiates as the discovery/first-line tool rather than a domain search like 'search' or 'search_tracks'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs 'Use this first when unsure which verb to use' and notes the discovery set via catalog. Does not fully delineate when to prefer inspect_tool or toolset_report over find_tool, so it stops short of a complete when-not map.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools