Skip to main content
Glama
fauguste

boondmanager-mcp-server

by fauguste

Rechercher des positionnements

boond_positionings_search
Read-onlyIdempotent

Search positionings in BoondManager to find candidate and resource placements on projects. Filter by linked entity (candidate, opportunity, company, etc.) for precise results.

Instructions

Recherche des positionnements (placement de candidats/ressources sur des projets/opportunités) dans BoondManager.

L'API ne propose pas de paramètres de filtre dédiés : le filtrage par entité liée passe par des références dans keywords (AO=opportunité, CAND=candidat, COMP=ressource, CSOC=société, CCON=contact, PROD=produit). Les filtres *Id ci-dessous sont convertis automatiquement en ces références.

Args:

  • keywords (string, optional): Termes de recherche (références d'entités acceptées)

  • candidateId, resourceId, opportunityId, companyId, contactId, productId (string, optional): Filtrer par entité liée (convertis en références keywords)

  • page, pageSize: Pagination

Returns: Liste des positionnements correspondants.

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.
keywordsNoMots-clés de recherche. L'API y accepte aussi des références d'entités (AO<id>, CAND<id>, COMP<id>...) — les filtres *Id ci-dessous sont convertis automatiquement en de telles références.
pageSizeNoRésultats par page
companyIdNoFiltrer par ID société (envoyé à l'API comme référence keywords CSOC<id>)
contactIdNoFiltrer par ID contact (envoyé à l'API comme référence keywords CCON<id>)
productIdNoFiltrer par ID produit (envoyé à l'API comme référence keywords PROD<id>)
resourceIdNoFiltrer par ID ressource (envoyé à l'API comme référence keywords COMP<id>)
candidateIdNoFiltrer par ID candidat (envoyé à l'API comme référence keywords CAND<id>)
opportunityIdNoFiltrer par ID opportunité (envoyé à l'API comme référence keywords AO<id>)
Behavior4/5

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

Annotations declare readOnlyHint=true, idempotentHint=true, openWorldHint=true, and destructiveHint=false, so the safety profile is already well covered. The description adds useful behavioral context beyond annotations by revealing the non-obvious mapping between the *Id parameters and the keyword reference format the API actually accepts, which is valuable implementation detail not visible from the schema annotations alone.

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 compact and well-organized: a purpose statement, a key behavioral note about the API's keyword-reference filtering, an Args list covering all parameters, and a Returns line. Every sentence adds information; there is no filler or redundancy. The critical filtering quirk is front-loaded right after the purpose.

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?

For a search tool with 100% schema coverage and no output schema, the description is appropriately complete. It covers the search mechanism, the conversion of all filter parameters, pagination, and the return type. The fields projection parameter is documented in the schema. This is a well-specified read-only search tool with annotations confirming the non-destructive, read-only nature.

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 each parameter is already documented in the schema. However, the description adds genuine value by explaining the conversion mechanism (each *Id parameter is transparently translated to a keyword reference), which explains WHY these filters work and how they relate to the keywords parameter. This goes beyond what the individual schema descriptions state.

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 searches positionings (placement of candidates/resources on projects/opportunities) with a specific verb+resource. The parenthetical definition of what 'positionnements' means distinguishes it from sibling tools, and it directly addresses the notable quirk that filtering is done via keyword references rather than dedicated API filter params.

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?

The description explicitly explains when to use this tool and the critical mechanism for filtering: the API has no dedicated filter params, so filtering works through keyword references (AO<id>, CAND<id>, etc.). It clearly states the *Id parameters are automatically converted into these references, which is essential guidance for an agent selecting and invoking this tool correctly.

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