relative_time
ActiveTool of Timestamp
declared in 0.1.0
Humanize a date/time relative to now (or a given `from`): "2 hours ago", "in 3 days". Keyless, offline.
Parameters schema
{
"type": "object",
"required": [
"date"
],
"properties": {
"date": {
"type": "string",
"description": "The target date/time (ISO-8601 or Unix timestamp)."
},
"from": {
"type": "string",
"description": "Optional reference time (default: now)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Timestamp
https://github.com/pipeworx-io/mcp-timestamp
1/7 registries