list_scheduled_reports
Your scheduled reports: id, name, active/paused, cadence in local time, next run, last run and last error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Your scheduled reports: id, name, active/paused, cadence in local time, next run, last run and last error.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety profile is covered. The description adds useful behavioral context: cadence is reported 'in local time' and that a 'last error' field is included, going slightly beyond the annotations. It does not address ordering or pagination.
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 with zero filler; every listed field earns its place by describing the output.
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?
With no output schema, the description usefully enumerates the returned fields (id, name, status, cadence, runs, last error), compensating well for the missing schema. Minor gaps like ordering or whether inactive reports are included remain.
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 tool takes no parameters, so the baseline is 4. The description appropriately focuses on return fields rather than parameters, adding nothing misleading about inputs.
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 a specific verb+resource ('your scheduled reports') and enumerates the returned fields, so an agent immediately knows what it retrieves. It does not differentiate from any sibling, but there is no competing sibling for scheduled-report listing, so the omission is harmless.
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 when-to-use guidance, no prerequisites, and no named alternatives. The tool is self-evident as a read, but the description offers nothing about context of use.
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.