Channel Community
get_v1_channel_communityChannel Community Group: Channel. Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| cursor | No |
get_v1_channel_communityChannel Community Group: Channel. Billing per call: 1 Credits.
| Name | Required | Description | Default |
|---|---|---|---|
| id | 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?
With no annotations provided, the description carries the full burden of disclosing behavioral traits such as side effects, rate limits, or required authentication. The description only mentions billing cost, which is trivial, and provides no behavioral context. It does not even indicate whether the operation is read-only or has any side effects.
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?
While the description is short, it is under-specified rather than concise. It provides almost no useful information, so the brevity is not an asset. The single sentence does not earn its place as it fails to convey the tool's purpose or usage.
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?
The tool has only 2 parameters and no output schema, but the description is extremely thin. It does not cover any aspect of the tool's functionality, expected inputs, or return values. For an API endpoint like this, a complete description should at least state what the tool returns (e.g., community posts for a channel) and how to use the cursor for pagination, all of which are missing.
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 description coverage is 0%, and the description provides absolutely no information about the 'id' or 'cursor' parameters beyond what the schema already lists. The description does not explain the meaning of 'Channel ID' or 'Cursor token', nor does it clarify whether both are required or how they interact, leaving the agent completely without additional semantic guidance.
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 description 'Channel Community Group: Channel' is tautological and fails to explain the tool's function. It only repeats the tool name and title without specifying what action the tool performs or what resource it returns.
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?
No guidance is provided on when to use this tool versus the sibling tools like get_v1_community_post_comments, get_v1_community_post_details, or get_v1_channel_details. There is no mention of context, prerequisites, or alternatives, making it impossible for an agent to make informed selection decisions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.