Skip to main content
Glama

search_names

Autocomplete search for US baby names. Returns up to 10 suggestions matching the given prefix.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesName prefix to search for (e.g. "Jen", "The")

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does disclose the maximum number of suggestions (up to 10) and the matching criterion (prefix). However, it does not mention potential edge cases (e.g., empty prefix, no matches), sorting or case behavior, or the exact structure of the returned suggestions.

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?

The description is two short sentences with no redundancy. It front-loads the core purpose and immediately follows with the key behavioral limit. Every word earns its place, and there is no extraneous information.

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

Completeness3/5

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

The tool is simple with one parameter and no output schema, so the description must explain return values. It says 'suggestions' but does not specify the exact return type or format. Given that the description provides the domain ('US baby names'), the filter (prefix), and the count limit, it is mostly complete, but the omitted output structure is a noticeable gap.

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 coverage is 100%, so the parameter 'q' is fully described in the schema as a 'Name prefix to search for.' The description adds no new semantic meaning beyond the schema, merely referencing the 'given prefix.' This is exactly the baseline case where the schema does the heavy lifting.

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?

The description clearly states the tool's purpose: 'Autocomplete search for US baby names.' It specifies the resource (US baby names), the action (autocomplete search), and the output (up to 10 suggestions matching a prefix). This distinguishes it from sibling tools, which are data retrieval functions rather than search.

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?

The description provides clear context for use: it is an autocomplete search returning suggestions for a given prefix. It does not mention explicit alternatives or when not to use this tool, but the context is unambiguous and sufficient for an agent to select it over sibling tools, many of which are for specific data lookups.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.