You're viewing a demo portfolio

Join the waitlist
PRSM

is_holiday

Active

Tool of Qiniso

declared in 0.5.0

USE THIS to check whether a date is a public/bank holiday when computing business-day deadlines, delivery SLAs or 'next working day'. Supports ~200 countries (ISO code, e.g. GB, US, ZA, DE, IN); GB defaults to England — pass a subdivision ('SCT'/'WLS'/'NIR', or a US state) to narrow.

Parameters schema

{
  "type": "object",
  "required": [
    "date"
  ],
  "properties": {
    "date": {
      "type": "string",
      "description": "The date (YYYY-MM-DD)."
    },
    "subdiv": {
      "type": "string",
      "description": "Subdivision code (e.g. UK nation SCT/WLS/NIR, or a US state)."
    },
    "country": {
      "type": "string",
      "description": "ISO country code (default GB), e.g. GB, US, ZA, DE."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Qiniso

https://github.com/qinisolabs/qiniso

1/7 registries
View full server →
is_holiday — Qiniso — PRSM MCP