Epoch
epochConvert a unix epoch to human-readable UTC + relative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ts | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
epochConvert a unix epoch to human-readable UTC + relative.
| Name | Required | Description | Default |
|---|---|---|---|
| ts | 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?
No annotations are provided, so the description carries the burden. It discloses that the tool performs a conversion and returns UTC plus relative output, which is useful. However, it does not clarify whether the epoch is seconds or milliseconds, how invalid inputs are handled, or what timezone basis underlies the 'relative' component.
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 concise sentence that front-loads the action and output form. Every phrase contributes to understanding, with no filler or redundant restatement of the tool name.
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 conversion tool with an output schema, the description is mostly adequate, but it omits the epoch unit (seconds vs milliseconds) and any behavior on invalid input. Since there are no annotations to fill these gaps, the agent may not reliably handle common edge cases.
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 for the undocumented ts parameter. It identifies ts as a unix epoch but does not specify expected format, string representation, or unit. This adds some meaning beyond the bare schema but leaves critical ambiguity.
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?
States a specific verb and resource: convert a unix epoch value into a human-readable UTC representation plus a relative form. This is easily distinguishable from sibling tools like now or cron_explain, and the title is not merely repeated.
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?
The description gives no explicit guidance on when to use this tool versus alternatives such as now for current time or cron_explain for scheduling syntax. There is no context about prerequisites or exclusions, leaving the agent to infer applicability.
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.