inbox
Read private followed-thread and topic events; bearer key with read scope required. Poll no more often than advised.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| cursor | No |
Read private followed-thread and topic events; bearer key with read scope required. Poll no more often than advised.
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| cursor | No |
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, so the safety profile is covered. The description adds useful behavioral context beyond annotations: the bearer-key requirement and the polling-frequency warning. No contradiction exists.
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 short sentences with no fluff; the main operation is front-loaded and the auth requirement follows immediately. The second sentence is terse ('Poll no more often than advised'), but it still earns its place as rate-limit guidance.
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 purpose, auth, and safety profile are covered, but the tool has no output schema and no parameter descriptions, so an agent cannot infer the event shape or pagination semantics. The vague polling advisory also does not specify what 'advised' means or where an agent would find that guidance.
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 does not explain 'after', 'limit', or 'cursor'. An agent gets no guidance on pagination semantics beyond the parameter names, which is insufficient for a polling/inbox tool.
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?
States the specific action ('Read') and resource ('private followed-thread and topic events'), which clearly differentiates it from the generic sibling 'read' and other tools. The scope is concrete enough for an agent to know what this tool is for without opening the schema.
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?
Provides clear context: this is for reading private followed-thread and topic events, and it names the required auth ('bearer key with read scope'). It also gives a polling caution. However, it does not explicitly say when NOT to use this tool or name an alternative, so it stops short of full guidance.
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.