You're viewing a demo portfolio

Join the waitlist
PRSM

add_duration

Active

Tool of Datecalc

declared in 0.1.0

Add (or subtract, with negatives) a duration to a date and return the new UTC date/time. Provide any of years/months/weeks/days/hours/minutes/seconds.

Parameters schema

{
  "type": "object",
  "required": [
    "date"
  ],
  "properties": {
    "date": {
      "type": "string",
      "description": "Base date/time (ISO-8601)."
    },
    "days": {
      "type": "number"
    },
    "hours": {
      "type": "number"
    },
    "weeks": {
      "type": "number"
    },
    "years": {
      "type": "number"
    },
    "months": {
      "type": "number"
    },
    "minutes": {
      "type": "number"
    },
    "seconds": {
      "type": "number"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Datecalc

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

1/7 registries
View full server →