Cron Explain
cron_explainExplain a 5-field cron expression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
cron_explainExplain a 5-field cron expression.
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes |
| 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?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states the core operation clearly ('explain a cron expression') and implies a non-mutating, pure utility, but it does not disclose validation behavior, handling of invalid input, or what the explanation contains.
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 sentence with no filler. The action ('Explain') and the object ('a 5-field cron expression') are front-loaded, and every word earns its place.
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 one-parameter utility with an output schema present, the description provides enough information to call it correctly: provide a string that is a 5-field cron expression. It lacks examples and error-handling details, but these are less critical given the simple interface and the existence of an output schema.
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 coverage is 0%, so the description must compensate. It adds meaningful context by identifying the single required parameter expr as a 5-field cron expression, but it does not specify field order, delimiters, allowed values, or an example format, leaving the parameter partially under-specified.
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 specific resource ('a 5-field cron expression'), making the tool's basic function clear. It is easily distinguishable from the listed sibling utilities by topic, though it does not explicitly name an alternative or define what 'explain' produces.
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 explicit when-to-use or when-not-to-use conditions are given, and no sibling alternatives are mentioned. However, the use case is implied: pass a 5-field cron expression when you need it explained, which is sufficient given that none of the sibling tools overlap with cron functionality.
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.