business_days
Add/subtract business days (skips weekends + given holidays). Send { start?, addDays, holidays?, timezone? }. [x402 paid tool — price $0.003; POST /api/business-days]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | ISO start date, default now | |
| addDays | Yes | Business days to add (can be negative) | |
| holidays | No | Array of YYYY-MM-DD holiday strings | |
| timezone | No | IANA tz |