You're viewing a demo portfolio

Join the waitlist
PRSM

date_add

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Date Arithmetic (add duration) — Add years/months/weeks/days/hours to an ISO date; month math clamps to end-of-month.

Parameters schema

{
  "type": "object",
  "required": [
    "date"
  ],
  "properties": {
    "date": {
      "type": "string",
      "description": "ISO date YYYY-MM-DD or full datetime"
    },
    "days": {
      "type": "integer",
      "description": "Days to add (may be negative)"
    },
    "hours": {
      "type": "integer",
      "description": "Hours to add (may be negative)"
    },
    "weeks": {
      "type": "integer",
      "description": "Weeks to add (may be negative)"
    },
    "years": {
      "type": "integer",
      "description": "Years to add (may be negative)"
    },
    "months": {
      "type": "integer",
      "description": "Months to add (may be negative)"
    },
    "minutes": {
      "type": "integer",
      "description": "Minutes to add (may be negative)"
    },
    "seconds": {
      "type": "integer",
      "description": "Seconds to add (may be negative)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
date_add — WingmanProtocol Agent Gateway — PRSM MCP