Skip to main content
Glama
fauguste

boondmanager-mcp-server

by fauguste

Télécharger un document

boond_documents_get
Read-onlyIdempotent

Retrieve a document's content by its ID from BoondManager, returning it as an embedded resource (base64 for binaries, plain text for text files).

Instructions

Télécharge le contenu d'un document BoondManager (CV de candidat/ressource, justificatif, contrat, facture...) par son ID.

Où trouver les IDs de documents : dans les onglets des entités — ex. boond_candidates_information expose les relations 'resumes' (CV) et 'files' (dossier administratif). ⚠️ Reprendre l'ID tel quel, suffixe compris (ex. '123_resume') : un ID tronqué à sa partie numérique ne désigne aucun document.

Le contenu est retourné en ressource MCP embarquée (base64 pour les binaires type PDF/DOCX, texte brut pour les fichiers texte). Taille max: 5 Mo — à n'utiliser que lorsque le contenu du fichier est réellement nécessaire (un CV en base64 occupe beaucoup de contexte).

Args:

  • id (string): Identifiant du document, tel qu'exposé par la relation (ex. 123_resume)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesIdentifiant du document, tel qu'exposé par les relations d'entités (ex. 123_resume)
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, which covers the basic safety profile. The description adds significant behavioral value: the response is an embedded MCP resource (base64 for binaries, plain text for text files), the 5MB size limit, and the non-obvious ID suffix requirement with a warning about truncated IDs.

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 well-structured: it leads with the core purpose, then covers ID sourcing, response format, and limitations in separate sections, ending with a parameter list. Every sentence carries useful information without redundancy or excessive length.

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?

For a one-parameter tool with no output schema, the description covers the key operational aspects: how to obtain IDs, the response format (base64/plain text), the 5MB limit, and the required suffix. It does not mention error cases (e.g., not found, invalid ID) or authentication, but for a simple read operation this is adequate and complete.

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%, so the baseline is 3. The description goes beyond the schema by adding the crucial instruction to use the ID 'tel quel, suffixe compris' and explicitly warns that a numeric-only truncated ID is invalid, with an example ('123_resume'). This is valuable semantic guidance on top of the schema.

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 opens with 'Télécharge le contenu d'un document BoondManager ... par son ID', using a specific verb (download) and resource (document content) with a clear identifier-based method. It also enumerates document types (CV, justificatif, contrat, facture), distinguishing it from sibling tools like boond_documents_create and boond_documents_delete.

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 contextual guidance: 'Taille max: 5 Mo — à n'utiliser que lorsque le contenu du fichier est réellement nécessaire (un CV en base64 occupe beaucoup de contexte)' warns when the tool should be used and why. It also explains how to find document IDs, but it does not explicitly name alternative tools (e.g., metadata endpoints) as substitutions.

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

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