Search
get_v1_searchSearch Group: Explore. Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| gl | No | ||
| hl | No | ||
| cursor | No |
get_v1_searchSearch Group: Explore. Billing per call: 1 Credits.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| gl | No | ||
| hl | No | ||
| cursor | No |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description must disclose operational behavior. It only states billing per call, but does not clarify whether this is a read-only operation, what the response format is, or if it requires authentication. For a search tool expected to be safe, this is a significant gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short, but the brevity stems from under-specification rather than efficient communication. It wastes the opportunity to state the tool's role among 20+ similar endpoints, so it's not earning its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (4 parameters, no output schema, no annotations), the description is woefully incomplete. It does not explain what the search returns, how parameters interact, or how to handle pagination via 'cursor'. It lacks critical information for an agent to use the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, meaning the parameters (q, gl, hl, cursor) are unexplained in the description. The description adds no meaning to these parameters, leaving the agent to guess their purpose (e.g., 'q' is likely a query, but not defined).
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The title 'Search' and the description 'Search Group: Explore' hint at a search operation, but it's ambiguous what is being searched (videos, channels, etc.) and what 'Explore' means. No specific verb like 'search for' or scope is provided, making it unclear compared to siblings like 'get_v1_video_details'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus siblings like 'get_v1_auto_complete' or 'get_v2_trending'. No prerequisites, limitations, or alternative recommendations are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.