Epoch
epochEpoch Time: Unix timestamp <-> UTC datetime
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
epochEpoch Time: Unix timestamp <-> UTC datetime
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
| 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?
With no annotations provided, the description must carry the behavioral burden. It does state the core bidirectional conversion behavior, but it does not mention how invalid input is handled, what formats are accepted, or whether an empty q returns current time. This is acceptable for a simple converter but not fully transparent.
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, compact line with no filler. Every word contributes to conveying the tool's purpose and conversion direction.
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?
Although the tool is simple and an output schema exists, the description omits critical invocation details: what q should contain, whether input is auto-detected, and what happens with empty input. An agent would have to guess the parameter format.
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 0% and the description never mentions the q parameter. The bidirectional arrow weakly implies that q can be either a Unix timestamp or a UTC datetime, but the expected format and the meaning of the default empty string are left undocumented.
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 clearly identifies the tool's function: converting between Unix timestamps and UTC datetimes, using the bidirectional arrow to indicate both directions. It is specific enough to distinguish itself from most siblings, though it does not explicitly name any alternative.
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 intended use is implied: use this tool when needing epoch-to-UTC or UTC-to-epoch conversion. However, there is no explicit guidance on when not to use it or how it compares to related tools like isotime or timezone_info.
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.