You're viewing a demo portfolio

Join the waitlist
PRSM

date_diff

Active

Tool of Datecalc

declared in 0.1.0

Compute the difference between two dates/times (UTC). Returns the signed difference in ms, seconds, minutes, hours, days and weeks, plus a human-readable summary. Accepts ISO-8601 (e.g. "2026-01-01" or "2026-01-01T12:00:00Z").

Parameters schema

{
  "type": "object",
  "required": [
    "from",
    "to"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "End date/time (ISO-8601)."
    },
    "from": {
      "type": "string",
      "description": "Start date/time (ISO-8601)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Datecalc

https://github.com/pipeworx-io/mcp-datecalc

1/7 registries
View full server →
date_diff — Datecalc — PRSM MCP