You're viewing a demo portfolio

Join the waitlist
PRSM

parse_duration

Active

Tool 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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Duration

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

1/7 registries
View full server →