Skip to main content
Glama
fbdo

business-day-mcp

by fbdo

get_supported_countries

Retrieve a list of all supported countries and their subdivisions for use with holiday and business day tools. Provides ISO country codes and valid subdivision codes.

Instructions

List all countries supported by the holidays library, with subdivisions.

Use this as the discovery tool before calling any country-aware tool. It tells the agent which ISO country codes are valid AND which subdivision codes may be passed as the optional subdiv argument on other tools.

IMPORTANT: Subdivision codes are case-sensitive — use them verbatim as returned here. Country codes are case-insensitive.

Returns: dict with keys: - countries: list of {code: 2-letter ISO code, name: str, subdivisions: list[str]}, sorted by code. subdivisions is [] for countries without regional variants (e.g. JP), and may also be [] if the library raised an error while introspecting that country. - total: number of countries returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so the description carries full burden. It discloses critical behaviors: subdivision codes are case-sensitive and must be used verbatim, country codes are case-insensitive, and subdivisions may be empty for some countries or due to library errors—all beyond basic functionality.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is well-structured: first sentence for purpose, then usage guidance, then important behavioral notes, then return format. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite no parameters and no annotations, the description is thorough. It explains the return structure (countries list with code, name, subdivisions, total) and addresses edge cases (empty subdivisions, library errors), making it complete for agent interaction.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Tool has zero parameters, so baseline is 4. Description does not need to add parameter info, but it does mention how subdivision codes (from other tools) are used, which is helpful context.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states 'List all countries supported by the holidays library, with subdivisions' with a specific verb and resource. It differentiates from sibling tools (which focus on business days, dates, holidays) by positioning itself as a discovery tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly advises using this tool 'before calling any country-aware tool', and explains that it provides valid ISO codes and subdivision codes for other tools, effectively guiding when and why to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/fbdo/business-day-mcp'

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