list_preview_runs
List a template's preview runs, newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max runs per page | |
| cursor | No | Pagination cursor from a previous response | |
| template_id | Yes | The notification template id (nt_...) |
List a template's preview runs, newest first.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max runs per page | |
| cursor | No | Pagination cursor from a previous response | |
| template_id | Yes | The notification template id (nt_...) |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the safety profile is covered. The description adds a behavioral detail – results are ordered newest first – which is not in annotations. It also makes clear the resource scope. No contradictions 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?
A single, front-loaded sentence conveys all essential information with zero waste. It is efficient and immediately understandable.
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 list operation, the description is complete enough: it scopes the resource, indicates ordering, and the schema covers all parameters. It does not explain pagination or return format, but these are standard for list tools and not strictly required given the schema and annotations.
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 100%, with each parameter (limit, cursor, template_id) already documented in the schema. The description adds no additional parameter-level meaning beyond referencing 'template's' which mirrors template_id. Baseline 3 applies since the schema does the heavy lifting.
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 verb ('List') with a clear resource ('a template's preview runs') and adds ordering ('newest first'). It distinguishes itself from sibling tools like list_preview_device_sets by clearly scoping to preview runs of a template.
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?
The description implies usage context – when you need to see preview runs for a template – but does not explicitly mention alternatives or when not to use it. There is no exclusionary guidance, though the scope is clear from the name and description.
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.