Skip to main content
Glama
RyanKramer

SummitFlow MCP

by RyanKramer

federal_holidays

Get US federal holidays for any year with observed dates, ensuring accurate deadline planning around office closures.

Instructions

List US federal holidays for a year, with observed dates.

Observed dates matter more than actual ones for deadlines: a holiday on a Saturday closes offices the Friday before.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the burden of disclosing behavior. It explains that the tool returns observed dates and explains the rule for Saturday holidays. While it doesn't detail edge cases like year range or data source, the key behavioral trait is well covered.

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?

The description is two sentences long, with the main purpose front-loaded and the nuance about observed dates in a concise second sentence. Every word earns its place; there is no fluff or repetition.

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?

The tool is simple (one parameter) and an output schema exists, so the description need not elaborate on return values. It provides enough context for an agent to decide when to use it and what to expect, making it complete for its complexity.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate for the 'year' parameter. It does clarify that the year is the target year for holidays, but it does not specify valid ranges, formats, or constraints. This is acceptable but not comprehensive.

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?

The description clearly states the tool lists US federal holidays for a given year, with a specific verb ('List') and resource ('federal holidays'). It distinguishes itself from siblings like business_days_between and add_business_days by focusing on holiday enumeration rather than date arithmetic.

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

Usage Guidelines4/5

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

It provides clear context by explaining that observed dates matter for deadlines (e.g., Saturday holidays close offices Friday). However, it does not explicitly name alternative tools or state when not to use this tool, so it stops short of full when/when-not guidance.

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/RyanKramer/summitflow-mcp'

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