Skip to main content
Glama

Search Agent Radar tools

search_tools
Read-onlyIdempotent

Search Agent Radar Tool Cards by query text and optional type, tag, or risk filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoFree-text tool name, capability, or task to search for. Use an empty string to browse the highest-rated matching catalog entries.
top_kNoMaximum number of results to return, from 1 to 50. Defaults to 5.
filtersNoOptional exact-match filters applied before search ranking.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description does not contradict these but adds minimal behavioral context beyond stating the search operation. It could mention ranking or return 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?

A single sentence of 12 words that is front-loaded with the core action and resource. Every word is necessary, and the structure is clean and efficient.

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?

Given the tool's moderate complexity (3 parameters, nested object, output schema exists), the description is largely complete. It covers the main filtering options. A hint about semantic search or ranking would improve completeness, but not essential.

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 schema already documents all parameters. The description only paraphrases the parameters without adding new meaning. Baseline score of 3 is appropriate.

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 verb 'Search', the resource 'Agent Radar Tool Cards', and the parameters 'by query text and optional type, tag, or risk filters'. It effectively differentiates from sibling tools like explain_rating, get_tool_card, and recommend_tools.

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 searching with filters but does not explicitly state when to use this tool versus alternatives like recommend_tools or get_tool_card. No when-not-to-use or contextual 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/5.0
Disambiguation5/5

Each tool targets a distinct operation: explain_rating for detailed rating breakdown, get_tool_card for full card retrieval, recommend_tools for task-based suggestions, and search_tools for querying the database. No overlapping purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (explain_rating, get_tool_card, recommend_tools, search_tools) using snake_case, making the set predictable.

Tool Count5/5

With only 4 tools, the server is tightly scoped to cover core operations (search, retrieve details, explain ratings, recommend) without excess or deficiency.

Completeness5/5

The tool set covers the primary needs of a tool registry: searching, retrieving individual cards, explaining ratings, and getting recommendations. There are no obvious gaps given the stated purpose.