x402-epoch-to-date
Epoch To Date: Convert epoch to date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| epoch | No | Epoch to process | |
| value | No | Value to process |
Epoch To Date: Convert epoch to date.
| Name | Required | Description | Default |
|---|---|---|---|
| epoch | No | Epoch to process | |
| value | No | Value to process |
Changes observed during successful MCP inspections.
Input schema / properties / epochAdded value: +{
+ "description": "Epoch 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, no output schema, and the description discloses nothing about behavior: whether input is seconds or milliseconds, the timezone/format of the result, or whether it trims/rounds. With zero annotation coverage the description carries the full burden and provides none of it.
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?
It is a single short, front-loaded sentence with no filler, so it is concise. But it is under-specified rather than economically worded — the brevity leaves the operation undersold rather than efficiently communicated.
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 two-parameter conversion tool with no annotations and no output schema, the description omits any statement of input format, output format, or the meaning of the second parameter. An agent could not confidently call this tool correctly from the definition alone.
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 technically documents both parameters, giving the baseline of 3. However the schema text is thin ("Epoch to process", "Value to process") and the description adds nothing to clarify what the ambiguous second parameter "value" is for.
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 adds a verb ("Convert") to the resource ("epoch to date"), so the operation is identifiable, but it is essentially a restatement of the tool name and gives no way to distinguish it from closely related siblings like x402-date-to-epoch, x402-unix-to-date, or x402-timestamp-pretty.
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?
There is no guidance at all on when to use this tool, what input formats it accepts, or how it differs from the many other date/timestamp conversion tools in the sibling list. The agent is left to infer everything.
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.