Skip to main content
Glama
fauguste

boondmanager-mcp-server

by fauguste

Rechercher des sociétés

boond_companies_search
Read-onlyIdempotent

Search and filter companies (clients, prospects, suppliers) in BoondManager using criteria such as perimeter, states, expertise areas, period, and keywords to get a paginated list.

Instructions

Recherche des sociétés (clients, prospects, fournisseurs…) dans BoondManager avec filtres serveur.

Cas d'usage courants : • Mes comptes sans connaître son propre ID : perimeterDynamic: ["data"]. Pour "comptes gérés par X" : perimeterManagers: [<X_id>]. • États : states: [<id>] (dictionnaire setting.state.company). IDs entiers. • Segmentation métier : expertiseAreas (dictionnaire setting.expertiseArea), origins, influencers. • Période : period: "created"|"updated"|"withActions"|"withoutActions"|"noAction" + startDate/endDate. • Recherche : keywords + keywordsType ('default' = nom/ville/pays/expertise/info, ou 'name', 'phones', 'emails', 'socialNetworks'). Pour cibler une société par ID : keywords: "CSOC<id>".

Tri : sort + order.

Note : il n'y a PAS de filtre typeOf pour les sociétés dans l'API search. Le type (client/prospect/fournisseur) doit être inféré via le détail de la société (boond_companies_get).

Returns : liste paginée des sociétés. Utiliser boond_companies_get ou les outils d'onglets pour le détail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoNuméro de page (défaut: 1, max: 100)
sortNoChamp de tri (ex: lastName, firstName, updateDate)
flagsNoIDs de tags.
orderNoOrdre de tri (asc/desc)
fieldsNoProjection : attributs à afficher par résultat (ex: ['title','updateDate']). Absent = résumé standard. Noms inconnus ignorés.
periodNoFiltre temporel : 'created', 'updated', 'noAction'/'withActions'/'withoutActions'. À combiner avec `startDate` + `endDate`.
statesNoIDs d'états de société (dictionnaire setting.state.company).
endDateNoDate de fin (YYYY-MM-DD), à utiliser avec `period`.
originsNoIDs d'origines (dictionnaire setting.origin).
shieldsNoNiveau de complétude.
keywordsNoMots-clés (défaut: nom + ville + pays + expertise + informations). Combinable avec `keywordsType`.
pageSizeNoNombre de résultats par page (max: 500, défaut: 30)
startDateNoDate de début (YYYY-MM-DD), à utiliser avec `period`.
influencersNoIDs d'influenceurs.
keywordsTypeNoChamp ciblé par `keywords`. Défaut: 'default'.
expertiseAreasNoIDs de domaines d'expertise (dictionnaire setting.expertiseArea).
perimeterPolesNoIDs de pôles. Conserve les entités dont le responsable appartient à ces pôles.
narrowPerimeterNoSi true, jointure ET entre les filtres `perimeter*` (au lieu de OU par défaut).
perimeterDynamicNoPérimètre dynamique relatif à l'utilisateur courant (raccourci sans avoir à connaître son propre ID). Valeurs : 'data' (mes propres données), 'managers' (mon équipe / mes N-1), 'agencies' (mes agences), 'poles' (mes pôles), 'businessUnits' (mes BU). Combinable.
perimeterAgenciesNoIDs d'agences. Conserve les entités dont le responsable appartient à ces agences.
perimeterManagersNoIDs des managers (ressources). Conserve les entités dont le responsable est l'un de ces managers. Pour 'mon équipe / N-1 d'une personne X', passer [X_id]. Obtenir son propre ID via boond_application_current_user.
perimeterBusinessUnitsNoIDs de business units. Conserve les entités dont le responsable appartient à ces BU.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYesNombre d'éléments retournés sur cette page
itemsYes
totalNoNombre total de résultats côté BoondManager
Behavior5/5

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

Beyond the read-only/idempotent annotations, the description discloses key behavioral details: the search is server-side, returns a paginated list, and lacks a typeOf filter. It also clarifies that the 'default' keywords type targets name/city/country/expertise/info, and that targeting by ID requires the 'CSOC<id>' prefix, adding valuable context not implied by annotations.

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 well-structured with a clear opening, bullet-pointed use cases, and a dedicated note about the missing typeOf filter. It is longer due to the tool's complexity (22 parameters), but every section adds value, and the formatting makes it scannable. No redundancy or filler phrases are present.

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 tool's 22 optional parameters and high complexity, the description covers the main search patterns, limitations, and return behavior (paginated list). It also points to boond_companies_get for detail, ensuring the agent knows the full workflow. The presence of an output schema further reduces the need for detailed return documentation, making this description highly complete.

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?

Although the schema covers 100% of parameters, the description enriches semantics significantly. It explains practical usage of perimeterDynamic (e.g., 'data' shortcut), keywordsType combinations, the need for dictionary lookups (setting.state.company, setting.expertiseArea), and the special CSOC format for company ID lookup, providing meaningful guidance beyond the schema's basic descriptions.

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 'Recherche des sociétés (clients, prospects, fournisseurs…) dans BoondManager avec filtres serveur', clearly stating the tool's purpose as a search for companies with server-side filters. This distinguishes it from sibling search tools targeting other entities (candidates, resources, contacts) and from boond_companies_get, which is referenced for fetching details.

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 provides explicit use cases, such as 'Mes comptes' via perimeterDynamic: ['data'] and how to filter by states, expertise areas, and periods. It explicitly notes the absence of a 'typeOf' filter and directs users to boond_companies_get for type inference and details, offering clear alternatives and when to use them.

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