Cron
cronCron Explain: Explain a 5-field cron expression (offline)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
cronCron Explain: Explain a 5-field cron expression (offline)
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
| 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?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It does disclose the offline nature, and 'explain' implies a read-only, side-effect-free operation. However, it does not mention error handling, supported cron syntax variations, or any operational constraints beyond the 5-field limitation.
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 compact and front-loaded with the core purpose. The opening 'Cron Explain' is partly redundant with the tool name, but the rest of the sentence is informative and free of extraneous detail.
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?
Given its simplicity and the presence of an output schema, the description covers the core input and operation. However, without annotations, it lacks explicit usage guidance and edge-case context (e.g., behavior on invalid expressions, support for non-standard cron fields).
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 must add meaning. It does state that the input is a '5-field cron expression', which reasonably maps the sole parameter 'q' to the expected input. However, it does not explicitly name the parameter or provide examples or further format details (e.g., space-separated fields).
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 uses a specific verb ('Explain') and a clear resource ('a 5-field cron expression'), which precisely states what the tool does. The 'offline' qualifier adds useful context By specifying '5-field', it differentiates from any potential cron-related siblings, though none are present.
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 the use case (understanding a cron expression) but does not explicitly state when to use this tool vs. alternatives or when not to use it. No exclusions or caveats are provided, leaving the agent to infer the context from the tool's purpose.
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.