ecp_crontab_list
List scheduled cron jobs for the hosting account to review and manage automated tasks.
Instructions
List this account's scheduled cron jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
List scheduled cron jobs for the hosting account to review and manage automated tasks.
List this account's scheduled cron jobs.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v0.1.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses that the tool lists scheduled cron jobs, but it doesn't mention whether the list is sorted, whether it includes disabled jobs, what fields are returned, or whether any side effects occur. For a read-only listing tool, this is a moderate gap.
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 a single, concise sentence that front-loads the action and resource. Every word earns its place, and there is no redundant or filler content.
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 zero-parameter listing tool, the description is minimally adequate. However, it lacks context about the output format, whether the list is limited to the current account, and how it relates to cron management siblings. Given the absence of annotations and output schema, a bit more detail would improve completeness.
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 has zero parameters, so there is no schema burden to compensate for. The description accurately indicates the scope ('this account's scheduled cron jobs'), which is sufficient for an agent to invoke the tool without needing parameter details.
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') and resource ('this account's scheduled cron jobs'), which clearly identifies the tool's function. It doesn't explicitly differentiate from sibling tools like ecp_crontab_add or ecp_crontab_remove, but the read-only listing intent is unambiguous.
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 about when to use this tool versus alternatives. The description implies a simple listing use case, but there is no mention of exclusions, prerequisites, or related tools such as ecp_crontab_add/ecp_crontab_remove for managing jobs.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.