from_timestamp
ActiveTool of Timestamp
declared in 0.1.0
Convert a Unix timestamp to an ISO-8601 UTC date + human forms. Auto-detects seconds vs milliseconds by magnitude (override with `unit`). Keyless, offline.
Parameters schema
{
"type": "object",
"required": [
"timestamp"
],
"properties": {
"unit": {
"type": "string",
"description": "\"s\" or \"ms\" (default: auto-detect)."
},
"timestamp": {
"type": "number",
"description": "Unix timestamp."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Timestamp
https://github.com/pipeworx-io/mcp-timestamp
1/7 registries