Subreddit Wiki Page Revisions
get_subreddit_wiki_page_revisionsSubreddit Wiki Page Revisions Group: Subreddit Wiki. Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| subreddit | No |
get_subreddit_wiki_page_revisionsSubreddit Wiki Page Revisions Group: Subreddit Wiki. Billing per call: 1 Credits.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| subreddit | 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, the description carries the full burden of disclosing behavior. It provides none: no mention of return format, required permissions, pagination, or impact. The billing note ('1 Credits') is not behavioral context.
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 extremely short but not appropriately sized; it omits essential information. The first phrase is a redundant restatement, and the billing note does not earn its place. It is under-specification, not conciseness.
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?
For a tool with two parameters, no annotations, and no output schema, the description fails to communicate basic purpose, expected input, or return value. It is completely inadequate for an agent to select and invoke 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 description coverage is 0%, so the description must compensate for the two parameters ('page' and 'subreddit'). It does not mention them at all, adding zero meaning beyond the bare schema examples.
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 essentially a restatement of the tool's title: 'Subreddit Wiki Page Revisions' with no verb or action. It does not state what the tool does (e.g., lists revisions for a specific wiki page). It only adds billing info, making it tautological and lacking purpose clarity.
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 siblings like get_subreddit_wiki_page or get_subreddit_wiki_revisions. The name hints at page-specific revisions, but the description gives no explicit usage context or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.