Elapsed time between two ISO 8601 timestamps broken into weeks/days/hours/minutes/seconds, plus running totals.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
start | string | required | Start timestamp, ISO 8601 |
end | string | required | End timestamp, ISO 8601 |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "duration_breakdown", "arguments": {"start": "example", "end": "example"}}}'curl -s https://wingmanprotocol.com/tools/duration_breakdown \
-H 'Content-Type: application/json' \
-d '{"start": "example", "end": "example"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/duration_breakdown from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).