duration_breakdown
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Duration Breakdown Calculator — Elapsed time between two ISO 8601 timestamps broken into weeks/days/hours/minutes/seconds, plus running totals.
Parameters schema
{
"type": "object",
"required": [
"start",
"end"
],
"properties": {
"end": {
"type": "string",
"description": "End timestamp, ISO 8601"
},
"start": {
"type": "string",
"description": "Start timestamp, ISO 8601"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries