Skip to main content
Glama
fauguste

boondmanager-mcp-server

by fauguste

Consultants disponibles pour un staffing

boond_workflow_staffing_disponible
Read-onlyIdempotent

Identifies available internal resources for staffing within a date window, filters by skills and manager, and returns a runbook to activate priority profiles.

Instructions

Identifie les ressources internes disponibles pour un staffing sur une fenêtre donnée, avec filtres optionnels par compétences (texte libre) et périmètre. Trie par date de disponibilité croissante et propose les profils prioritaires à activer. Équivalent en outil du prompt MCP staffing_disponible (utile pour les clients qui ne gèrent pas correctement les prompts MCP, ex: claude.ai). Retourne un runbook texte que le modèle doit ensuite exécuter en appelant les outils Boond référencés.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_dateYesDébut de fenêtre de staffing (YYYY-MM-DD).
end_dateYesFin de fenêtre de staffing (YYYY-MM-DD).
competencesNoCompétences recherchées en texte libre (ex: 'Java Spring AWS'). Le modèle les mappera vers `tools` via le dictionnaire.
manager_idNoManager pour restreindre à son équipe. Accepte soit l'ID numérique, soit « Prénom Nom » (le serveur résoudra automatiquement via `boond_resources_search`). Si absent, scope = mon équipe via `perimeterDynamic: ['managers']`.
Behavior5/5

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

The description adds significant behavioral context beyond annotations: it discloses that the tool sorts results by availability date, proposes priority profiles to activate, returns a runbook text for execution, and auto-resolves manager_id from a name. Annotations already indicate readOnlyHint=true and idempotentHint=true, and the description is consistent with no contradictions.

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 concise (3 sentences) and front-loaded with the main purpose. Every sentence adds value: purpose, optional filters, sorting, priority profiles, equivalence to MCP prompt, and the return format with execution requirement. No superfluous information.

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?

Given the 4 parameters, no output schema, and annotations present, the description is complete. It explains the tool's overall function, filtering, sorting, the runbook return format, and the fact that the model must execute the runbook. This is sufficient for an agent to use the tool correctly.

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

Parameters5/5

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

The description adds meaning beyond the schema: for 'competences', it explains that free text is mapped to tools via a dictionary; for 'manager_id', it states that it accepts either numeric ID or 'First Name Last Name' with automatic resolution, and defaults to the manager's team if absent. This complements the schema descriptions (100% coverage).

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's purpose: identifying available internal resources for staffing on a given time window, with optional filters by skills and perimeter. It distinguishes from sibling tools by mentioning its equivalence to an MCP prompt and its specific use case for clients that don't handle prompts correctly. The verb 'identifies' and resource 'available internal resources' are specific.

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?

The description provides clear context on when to use the tool: for staffing on a specified time window. It mentions optional filters and explains that the tool returns a runbook that the model must execute. While it does not explicitly list alternative tools or when not to use it, the context is sufficient for an agent to decide.

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