Skip to main content
Glama

x402-date-math

Date Math: Date arithmetic and formatting. 🆓 5 free trial calls per signed wallet

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aNoA to process
bNoB to process
nNoN to process
opNoOp to process
endNoEnd to process
dateNoDate to process
daysNoDays to process
epochNoEpoch to process
startNoStart to process
valueNoValue to process
monthsNoMonths to process
operationNoOperation to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations, the description must carry all behavioral disclosure. It only mentions the free-trial quota and the generic domain. It does not reveal what operations are supported, what date formats are accepted, whether inputs are destructive, or what the response looks like.

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

Conciseness3/5

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

The text is short and front-loaded with the tool concept, but the brevity is under-specification rather than efficient precision. Every word is earned, but crucial meaning is absent, so it reads more like a label than an explanatory description.

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

Completeness2/5

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

For a tool with 12 parameters, no annotations, no output schema, and a cluttered sibling space, the description is severely incomplete. It does not explain which parameters are required, which operations are valid, or how the output is structured, leaving the agent unable to invoke the tool reliably.

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

Parameters2/5

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

Although every parameter has a schema description, each is the vacuous 'X to process' pattern, which adds no semantic meaning beyond the parameter name. The tool description does not clarify the roles of the 12 parameters, and the names like a, b, n, op, and value are ambiguous with no enum for op or operation.

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

Purpose3/5

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

The description names the domain ('Date arithmetic and formatting') but never states a specific verb, operation set, or scope. It fails to distinguish itself from numerous date-focused siblings like x402-add-days, x402-date-diff, x402-epoch-to-date, and x402-format-date, so an agent cannot tell what makes this tool unique.

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?

There is zero guidance on when to use this tool instead of the many overlapping date sibling tools. An agent is left to guess whether to use x402-date-math or the more specific x402-date-diff, x402-add-days, or x402-format-date.

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