iso8601_duration_parse
ActiveTool of WingmanProtocol Agent Gateway
ISO 8601 Duration Parser — Parse an ISO 8601 duration literal (e.g. 'P1Y6M4DT12H30M5S') into years/months/weeks/days/hours/minutes/seconds, plus an exact total_seconds when no year/month is present.
Parameters schema
{
"type": "object",
"required": [
"duration"
],
"properties": {
"duration": {
"type": "string",
"description": "ISO 8601 duration string, e.g. 'P3Y6M4DT12H30M5S'"
}
},
"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