Skip to main content
Glama

MoCo MCP Server

by niondigital

get_public_holidays

Retrieve detailed public holidays for a specific year, including daily breakdowns and total counts, to simplify scheduling and project planning with integrated time tracking systems.

Instructions

Get all public holidays for a specific year with daily breakdown and total calculations

Input Schema

NameRequiredDescriptionDefault
yearYesYear to retrieve public holidays for (e.g., 2024)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "year": { "description": "Year to retrieve public holidays for (e.g., 2024)", "maximum": 2100, "minimum": 2000, "type": "integer" } }, "required": [ "year" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/niondigital/moco-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server