Skip to main content
Glama

list_time_off_policies

Read-only

Retrieve all time-off policies configured in a Deel organization, filtered by type, country, and paginated results.

Instructions

List all time-off policies configured in the organization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoPolicy type (e.g. vacation, sick, parental)
limitNoResults per page
offsetNoPagination offset
countryNoFilter by country code (ISO 2)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so safety is covered by structured data rather than the description. The description adds only the organizational scoping phrase ('configured in the organization') and says nothing about pagination behavior, default page size, or whether the result set is filterable.

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?

A single front-loaded sentence with zero filler or redundancy. It is efficient, though brevity here edges toward under-specification rather than true conciseness.

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

Completeness3/5

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

For a four-parameter, filterable list tool with no output schema, the description covers the core purpose but omits any note on pagination defaults, filterable dimensions, or the distinction from time-off request listing. Adequate but with clear gaps.

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 100%, so all four parameters (type, limit, offset, country) are already documented in the schema. The description adds no filtering syntax or format guidance beyond that, so the baseline 3 applies.

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

Purpose4/5

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

States a specific verb (list) and resource (time-off policies) with an organizational scope. It is distinguishable from list_time_off_requests in principle, but the description never explicitly contrasts the two, so an agent must infer that 'policies' are configuration objects rather than employee requests.

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

Usage Guidelines2/5

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

No when-to-use guidance, no prerequisites, and no mention of alternatives. The listing intent is implied by 'List all', but nothing tells the agent when this tool is the right choice over list_time_off_requests or the department/contract listers.

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