Skip to main content
Glama

list-team-holidays-by-department

Retrieve team holidays filtered by department, with options to narrow by date range, active status, and pagination. Ideal for viewing specific department leave schedules.

Instructions

List team holidays filtered by specific department

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
department_idYesDepartment ID to filter holidays
start_dateNoFilter holidays starting from this date (YYYY-MM-DD)
end_dateNoFilter holidays ending before this date (YYYY-MM-DD)
activeNoFilter by active status (0=inactive, 1=active)
pageNoPage number for pagination
per-pageNoNumber of items per page (max 200)
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits such as pagination behavior, default active status, or date range handling. The schema descriptions partially fill this gap, but the description adds no additional behavioral context.

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

Conciseness4/5

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

The description is a single sentence that is succinct and front-loaded. However, given the tool has 6 parameters, it could benefit from slightly more detail without being verbose.

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

Completeness2/5

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

With 6 parameters, no output schema, and no annotations, the description is too brief. It does not explain pagination, default filtering for active status, or date range behavior. The tool is moderately complex, and the description lacks sufficient context.

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 coverage is 100%, so the baseline is 3. The description does not add meaning beyond the schema; it merely restates the filter. No additional parameter semantics are provided.

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 verb 'List' and the resource 'team holidays' with a specific filter 'by department'. This distinguishes it from siblings like 'list-team-holidays' (no filter) and 'list-team-holidays-by-date-range' (date filter).

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

Usage Guidelines3/5

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

The description implicitly suggests use when filtering by department, but provides no explicit guidance on when to use this tool over alternatives or when not to use it. No alternatives are mentioned.

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/asachs01/float-mcp'

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