subreddit/awarding-totals
get_subreddit_awarding_totalssubreddit/awarding-totals Group: Subreddit. Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | No | - Required: true - Ex: `t3_54z4f7` |
get_subreddit_awarding_totalssubreddit/awarding-totals Group: Subreddit. Billing per call: 1 Credits.
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | No | - Required: true - Ex: `t3_54z4f7` |
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 are provided, so the description must disclose behavioral traits. It does not mention any effects, authorization needs, rate limits, or return handling. It only indicates a billing cost, which is not behavioral. The description fails to inform the agent about what happens when the tool is invoked.
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 it is not concise in the sense of delivering useful information. It includes irrelevant billing details and a generic group label. It is under-specified, but it is not verbose. The structure is minimal and does not front-load the purpose.
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 simplicity (only one parameter) and lack of output schema, the description could be minimal but still should state what the tool returns or does. It does not describe the function, and with no output schema, the agent has no idea what the response will be. The description is inadequate for selecting this tool over siblings.
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?
The schema covers 100% of the parameter (groupId), and the description adds no extra meaning, but the schema already provides a description and an example. Since schema coverage is complete, the baseline is 3, and the description does not need to compensate. However, it could have added context about the group ID type, but it is not required.
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 is 'subreddit/awarding-totals Group: Subreddit. Billing per call: 1 Credits.' It repeats the tool name and provides only a high-level group designation. It does not state what the tool does with a specific verb and resource, and it does not clarify the distinction from sibling tools.
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 alternatives. The description only mentions the group and billing, which is not relevant for usage decisions. Siblings exist with similar names, but no differentiation is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.