Skip to main content
Glama
fauguste

boondmanager-mcp-server

by fauguste

Rechercher des demandes d'absence

boond_absences_search
Read-onlyIdempotent

Search absence requests in BoondManager using keywords, date range, and resource filters. Paginate results to locate matching time-off records.

Instructions

Recherche des demandes d'absence dans BoondManager.

Args:

  • keywords (string, optional): Termes de recherche. resourceId est converti en COMP.

  • startMonth, endMonth (string, optional): Periode au format YYYY-MM.

  • page, pageSize: Pagination

Returns: Liste des demandes d'absence correspondantes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoNuméro de page (max: 100)
fieldsNoProjection : attributs à afficher par résultat (ex: ['title','updateDate']). Absent = résumé standard. Noms inconnus ignorés.
endMonthNoMois de fin de période (YYYY-MM)
keywordsNoMots-clés de recherche
pageSizeNoRésultats par page
resourceIdNoFiltrer par ID ressource
startMonthNoMois de début de période (YYYY-MM)
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true, covering the safety profile comprehensively. The description adds the useful keyword conversion detail (resourceId converted to COMP<id>) but doesn't describe pagination behavior, result ordering, or what a standard résumé returns. With strong annotations in place, this is adequate.

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 efficient and organized with an Args list matching the actual parameters. The Returns line is concise. Minor redundancy: the description restates parameter optionality that the schema already conveys, and the 'Returns' note is minimal, but overall no wasted sentences.

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 search tool with 100% schema coverage, rich annotations, and no output schema, the description covers parameters and basic behavior. Gaps: it doesn't describe the return shape or size expectations, doesn't distinguish from the closely-named boond_planning_absences_search sibling, and doesn't mention the fields-projection parameter behavior (which the schema does cover). Adequate but not comprehensive.

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 description coverage is 100%, with each of the 7 parameters well-documented in the schema. The description adds genuinely valuable context beyond the schema: the resourceId → COMP<id> conversion behavior for keywords and the date format requirement (YYYY-MM) for startMonth/endMonth. This exceeds the schema alone.

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?

Description clearly states the verb+resource: 'Recherche des demandes d'absence dans BoondManager' (search for absence requests). It distinguishes from siblings like boond_absences_get (which returns a specific absence) and boond_planning_absences_search (planning absences), though it doesn't explicitly name these differentiators.

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 documents each parameter (keywords, startMonth/endMonth format, page/pageSize) and notes special keyword conversion (resourceId → COMP<id>). However, it doesn't state when to use this vs. siblings like boond_absences_get, boond_planning_absences_search, or boond_resources_absences_reports, nor any exclusions or prerequisites.

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/fauguste/boondmanager-mcp-server'

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