parse_duration
ActiveTool of Duration
declared in 0.1.0
Parse an ISO 8601 duration string (e.g. "PT1H30M", "P1Y2M10DT2H") into its components and an approximate total in seconds (keyless, offline). Note: months=30d, years=365d for the estimate.
Parameters schema
{
"type": "object",
"required": [
"duration"
],
"properties": {
"duration": {
"type": "string",
"description": "An ISO 8601 duration, e.g. \"P1DT2H30M\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Duration
https://github.com/pipeworx-io/mcp-duration
1/7 registries