Skip to main content
Glama

Channel Search

get_v1_channel_search

Channel Search Group: Channel. Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo
glNo
hlNo
idNo
cursorNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

D1.1/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure, but it discloses none. The only operational detail is 'Billing per call: 1 Credits,' which is not a behavioral trait and does not explain side effects, access requirements, pagination behavior, or return characteristics.

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

Conciseness2/5

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

The description is short but is under-specified rather than concise. One sentence is filler ('Channel Search Group: Channel') and the only concrete detail is billing, so the description is brief without earning its informational weight.

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

Completeness1/5

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

For a five-parameter tool with no output schema and no annotations, the description should provide far more context, but it only gives a category label and cost. It lacks any explanation of result behavior, pagination via cursor, required vs optional inputs, or how channel search relates to other channel-level tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds no meaning to any of the five parameters. Schema description coverage is 0%, and the description does not mention q, gl, hl, id, or cursor, leaving the agent without guidance on how to construct a valid search request or what each parameter contributes.

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

Purpose1/5

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

The description is essentially a tautology: 'Channel Search Group: Channel' restates the title and category without saying what the tool actually does. It never states that it retrieves channel search results or defines the resource being operated on, and it fails to distinguish the tool from siblings like get_v1_search or get_v1_channel_channels.

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

Usage Guidelines1/5

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 alternatives. The description provides no context, prerequisites, recommended query patterns, or examples, and it never mentions how channel search differs from general search or channel-specific 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.

Resources