x402-date-to-epoch
Date To Epoch: Convert date to epoch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date to process | |
| value | No | Value to process |
Date To Epoch: Convert date to epoch.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date to process | |
| value | No | Value to process |
Changes observed during successful MCP inspections.
Input schema / properties / dateAdded value: +{
+ "description": "Date to process",
+ "type": "string"
+}Input schema / properties / valueAdded value: +{
+ "description": "Value to process",
+ "type": "string"
+}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 not state the output format (seconds vs milliseconds), whether it is deterministic, timezone handling, or any error behavior. For a conversion tool with no annotations, this is a significant 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 sentence with zero waste and is front-loaded with the tool name and action. It is efficient but could be slightly more informative without being verbose.
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?
With no annotations, no output schema, and two parameters, the description is incomplete. It does not explain the return value (epoch seconds or milliseconds), input format expectations, or how it differs from similar tools, leaving the agent under-informed for correct invocation.
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 100%, so the schema already documents both parameters ('date' and 'value'). The description adds no meaning beyond what the schema provides. Baseline 3 is appropriate when the schema does the heavy lifting.
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 transformation verb + resource: converting a date to epoch. However, it is nearly a tautology of the tool name 'date-to-epoch' and does not distinguish itself from close siblings like x402-date-to-unix, x402-epoch-to-date, or x402-unix-to-date. It is clear but adds no sibling differentiation.
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 on when to use this tool versus alternatives such as x402-date-to-unix or x402-epoch-to-date. There is no mention of expected input format or constraints, leaving the agent to infer usage from the name alone.
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.