Skip to main content
Glama

x402-cron-validator

x402-cron-validator: 标准 5 字段 cron 表达式校验(min hour dom mon dow):支持 * / range , step。返回字段展开摘要。纯解析器,无外部依赖。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cronNoCron to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / cron
      Added value: +{
      +  "description": "Cron to process",
      +  "type": "string"
      +}
  2. Added

TDQS

B3.3/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It usefully discloses that it is a pure parser with no external dependencies and that it returns a field-expansion summary, but it says nothing about error behavior for malformed expressions or the shape of the validation result. Some value added, but significant behavioral gaps remain for a tool with zero annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single compact sentence front-loads the identity and scope, then tacks on supported syntax and a return note. It is tight and wastes little, though the appended clauses make it slightly list-like rather than tightly prioritized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter parser with no output schema, the description covers input format, field count and the fact that a summary is returned, which is roughly adequate. It omits invalid-input behavior and the actual result fields, leaving the agent without a full picture of what a call yields.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With a single parameter at 100% schema coverage the baseline is 3, and the description earns extra credit by explaining the expected input format: a 5-field expression in min hour dom mon dow order supporting '*', '/', ranges, comma lists and steps. That is real format semantics beyond the schema's bare 'Cron to process'.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource ('cron 表达式校验') and narrows scope to standard 5-field expressions with the field order spelled out (min hour dom mon dow). It does not, however, distinguish itself from the several cron siblings such as x402-cron-validate, x402-cron-parse, and x402-cron-next, which share nearly the same surface.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description never says when to pick this over the other cron tools, nor what input is invalid or what happens on rejection. Usage is only implied by the word '校验' (validate). With siblings like x402-cron-validate doing the same thing, some routing guidance is needed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources