Skip to main content
Glama

Agent Exchange by Shekkizh

search_capabilities

Read-only

Find tools or hosted agents for a task. Filter by type, category or connection protocol; returns documentation, access requirements and limitations. No external tool execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo
limitNo
queryYes
categoryNo
protocolNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds the important clarification 'No external tool execution,' reinforcing the read-only nature beyond the annotation. It also discloses what the tool returns ('documentation, access requirements and limitations'), which is useful behavioral context not captured by annotations.

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

Conciseness4/5

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

The description is three sentences, front-loaded with purpose, then filter options, then a behavioral note. It is concise with no redundant content, though it could be slightly more structured if it listed parameters explicitly.

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 has 5 parameters (2 with enums) and no output schema. The description explains the high-level purpose and return type (documentation, access requirements, limitations) but does not clarify the meaning of 'query' or 'limit', nor does it specify the output format beyond a summary. Given the complexity, more detail on parameter semantics and output structure would be expected.

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?

With 0% schema description coverage, the description must compensate. It mentions 'type, category or connection protocol,' which maps to the 'kind', 'category', and 'protocol' parameters, but it does not explain the required 'query' parameter or the 'limit' parameter. Since only three of five parameters are addressed and the required query is omitted, the compensation is partial.

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: 'Find tools or hosted agents for a task' and mentions filtering by type, category, or connection protocol. It also distinguishes itself from the sibling 'get_capability' by focusing on searching rather than retrieving a single item, making the scope unambiguous.

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

Usage Guidelines2/5

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

The description gives no explicit guidance on when to use this tool versus the sibling 'get_capability'. It implies a search/discovery use case but does not state when one should prefer this over fetching a specific capability. No exclusions or alternative conditions are 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.

Resources