Skip to main content
Glama
Para-FR

satelia-mcp-lucca

by Para-FR

Lister les absences

lister-absences

Retrieve absences (leave, RTT) for an employee or department within a date range. Each line represents a half-day.

Instructions

Liste les absences (conges, RTT, etc.) sur une periode donnee, pour UN collaborateur (via son id) OU pour un departement (via son id). Les dates sont au format AAAA-MM-JJ. Chaque ligne correspond a une demi-journee.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
finYesDate de fin de la periode, au format AAAA-MM-JJ (ex. 2026-01-31).
debutYesDate de debut de la periode, au format AAAA-MM-JJ (ex. 2026-01-01).
limiteNoNombre maximum de demi-journees a renvoyer (defaut 500, max 1000).
departementIdNoIdentifiant (id) du departement dont on veut les absences. Utiliser lister-departements pour le trouver.
collaborateurIdNoIdentifiant (id) du collaborateur dont on veut les absences. Utiliser lister-collaborateurs pour le trouver.
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses that it lists absences (read operation) and that each line is a half-day. Lacks details on authentication or limits beyond the limit parameter.

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?

Very concise two sentences, front-loaded with main purpose, no unnecessary words.

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

Completeness4/5

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

Given no output schema, description explains output format (each line is a half-day) and date format. Includes limit parameter details. Could improve by mentioning default sorting or that the two ID parameters are mutually exclusive.

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?

Schema coverage is 100% with good descriptions, and the description adds value by clarifying the exclusive use of collaborateurId or departementId and linking to sibling tools for ID lookup. Cannot score 5 because description does not explicitly state that the parameters are mutually exclusive.

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 it lists absences over a period for one employee or one department, distinguishing it from sibling tools that list employees or departments.

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?

Specifies that the tool can be used with either employee ID or department ID, and mentions how to find those IDs using sibling tools. However, does not explicitly state when not 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/Para-FR/satelia-mcp-lucca'

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