Skip to main content
Glama

Search AgentCrush Index

search_agents
Read-onlyIdempotent

Search AI agents by name or keyword across AgentCrush's evidence-ranked index. Returns matching agents with category, tier, and rank info. Use the filters object for structured constraints; future versions will add filter keys without breaking the API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch keyword or partial agent name (1-100 chars).
filtersNoOptional structured filters.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoNumber of results returned.
queryNo
agentsNo
filtersNo

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already cover read-only and non-destructive behavior, and the description adds value by disclosing the evidence-ranked nature of the index and the forward-compatibility promise for filters. This goes beyond the minimal annotation coverage, though it does not discuss rate limits or pagination behavior.

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 sentences: the first states the core purpose and return value, the second explains filter usage and future compatibility. It is front-loaded and every sentence earns its place with no redundant filler.

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?

The tool has a nested filters object and an output schema, which cover parameter details and return shape. The description adds domain context (evidence-ranked index) and API stability note, making it reasonably complete. It lacks guidance on choosing between sibling search tools, but the schema and annotations cover most operational aspects.

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 all parameters are documented. The description adds only that filters are 'structured constraints' and mentions future filter keys, which is not immediate semantic detail beyond the schema. Baseline 3 is appropriate.

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

Purpose4/5

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

The description clearly states a specific verb ('Search') and resource ('AI agents across AgentCrush's evidence-ranked index'), and notes the return info (category, tier, rank). However, it does not differentiate from the sibling tool 'find_agents', which likely has a similar purpose, so it misses the sibling distinction needed for a 5.

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

Usage Guidelines3/5

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

The description implies usage for name/keyword search and mentions using the 'filters' object for structured constraints, but it does not specify when to choose this over alternatives like 'find_agents' or 'compare_agents'. No exclusions or explicit 'use this when' guidance is provided.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool serves a clearly distinct purpose: comparison, discovery, details, history, trust, rankings, ecosystem summaries, methodology, movers, categories, search, and verification. There is no meaningful overlap that could cause an agent to select the wrong tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (e.g., compare_agents, find_agents, get_agent_trust, verify_counterparty). The pattern is uniform and predictable across the entire set.

Tool Count5/5

14 tools is within the ideal 3-15 range and each tool maps to a distinct query type for the AgentCrush domain. The scope feels well-covered without unnecessary bloat.

Completeness4/5

The surface covers discovery, detail, history, trust, comparison, ranking, and ecosystem-level analytics. The only notable gap is a lack of a direct 'list all agents' tool; the full ranked list is provided via external URL rather than a first-class tool, but this is a minor limitation given find_agents and search_agents cover discovery.