You're viewing a demo portfolio

Join the waitlist
PRSM

business_days

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Business-Day Calculator — Count workdays between two dates, or add N business days to a date — skipping weekends and holidays.

Parameters schema

{
  "type": "object",
  "required": [
    "start"
  ],
  "properties": {
    "end": {
      "type": "string",
      "description": "End date YYYY-MM-DD (count mode)"
    },
    "days": {
      "type": "integer",
      "description": "Business days to add, may be negative (add mode)"
    },
    "mode": {
      "enum": [
        "count",
        "add"
      ],
      "type": "string",
      "description": "Operation"
    },
    "start": {
      "type": "string",
      "description": "Start date YYYY-MM-DD"
    },
    "holidays": {
      "type": "array",
      "description": "Optional list of YYYY-MM-DD dates to exclude"
    }
  },
  "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 →
business_days — WingmanProtocol Agent Gateway — PRSM MCP