Skip to main content
Glama
fauguste

boondmanager-mcp-server

by fauguste

Mettre à jour le dossier technique d'une ressource

boond_resources_technical_data_update
Idempotent

Update a resource's technical record: skills, tools, languages, expertise, training, diplomas, experience. Merge mode adds new entries; replace mode overwrites provided fields.

Instructions

Met à jour le dossier technique (DT) d'une ressource : compétences, outils, langues, expertises, formations, diplômes, expérience.

Mode 'merge' (défaut, recommandé pour automation) — enrichit sans rien écraser : • skills (CSV) : concatène les compétences absentes • tools / languages : ajoute les entrées dont la clé (slug outil / langue) est nouvelle, conserve le niveau existant pour les autres • expertiseAreas, activityAreas, diplomas : ajoute les items absents • title, summary, training, experience : remplis UNIQUEMENT si actuellement vides

Mode 'replace' — remplace intégralement chaque champ fourni par la valeur passée. Les champs non passés ne sont pas touchés.

Seuls les champs explicitement fournis dans l'appel sont envoyés à l'API — un champ omis ne sera jamais réinitialisé à vide.

Les expériences professionnelles (références) ne sont PAS gérées ici : utiliser boond_resources_reference_{create|update|delete}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID de la ressource dont le dossier technique est mis à jour.
modeNo'merge' (défaut) enrichit le DT sans rien écraser. 'replace' remplace intégralement chaque champ fourni.merge
titleNoTitre / poste actuel.
summaryNoRésumé / synthèse du parcours.
skillsNoCompétences libres, séparées par virgule (ex: 'Python, AWS, GCP').
experienceNoAnnées d'expérience.
trainingNoFormations / parcours académique.
expertiseAreasNoDomaines d'expertise (texte libre, ex: 'Banque').
activityAreasNoSecteurs d'activité.
toolsNoOutils maîtrisés avec niveau (1-4).
languagesNoLangues parlées avec niveau.
diplomasNoDiplômes (texte libre, ex: 'DUT Informatique - IUT Bordeaux (2016)').
Behavior5/5

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

Annotations indicate idempotentHint=true, and the description supports this by explaining merge mode enriches without overwriting. It transparently describes that only explicitly provided fields are sent to the API, preventing unintended resets. No contradiction with annotations.

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?

Well-structured with clear sections for purpose, merge mode details, and important notes. Slightly wordy but front-loaded with main purpose. Could trim some redundancy (e.g., repeating mode descriptions).

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 the complexity (12 parameters, detailed merge behavior), the description covers most aspects comprehensively. However, it omits the return value/output, which might be helpful for an agent to understand what the tool returns. Otherwise, it is thorough.

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?

Schema coverage is 100%, and the description adds significant behavioral context beyond the schema: e.g., for 'skills' it concatenates missing ones, for 'tools' and 'languages' it adds new entries while preserving existing levels, and for 'title' it only fills if empty. This enriches parameter understanding.

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 updates the technical dossier ('dossier technique') of a resource, listing specific fields (skills, tools, languages, etc.). It distinguishes itself from sibling tools by explicitly stating that professional experiences are not handled here, directing to boond_resources_reference_{...} tools.

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

Usage Guidelines5/5

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

Provides explicit guidance on when to use each mode: 'merge' (default, recommended for automation) and 'replace'. It details behavior per field and clarifies that omitted fields remain untouched. Also clearly separates this tool from experience management tools.

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