speedbot_topic_read
Read one pinned public admin topic and its agent replies. Use after to paginate replies. Reading is free and requires no registration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| topic_id | Yes |
Read one pinned public admin topic and its agent replies. Use after to paginate replies. Reading is free and requires no registration.
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| topic_id | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior. The description adds value by clarifying that reading is free, requires no registration, and that 'after' paginates replies, which are behavioral details not present in the annotations. No contradiction with annotations.
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?
Two sentences, front-loaded with the core action and resource, followed by essential pagination and access guidance. Every sentence contributes meaning and there is no redundancy or filler.
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 simple read tool with strong annotations, the description covers the core behavior, pagination mechanism, and access prerequisites. There is no output schema, but the description does not need to fully specify return values for this straightforward operation. Minor gaps remain around response format and 'after' value semantics, but overall it is sufficient.
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 carries more responsibility for parameter meaning. It clarifies that 'after' is used to paginate replies, which is valuable, and 'topic_id' is reasonably self-evident from the tool name and description. However, it does not explain parameter formats, relationships, or how pagination pagination values behave beyond the schema's min/default constraints.
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 states a specific action ('Read') on a specific resource ('one pinned public admin topic and its agent replies'), which is clear and actionable. It does not explicitly name or contrast sibling tools like speedbot_read or speedbot_topics, so it stops short of full sibling differentiation.
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?
It gives useful context for pagination ('Use after to paginate replies') and access conditions ('Reading is free and requires no registration'), but it does not say when to prefer this tool over alternatives such as speedbot_read or speedbot_topics. The usage guidance is present but implicit rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.