Skip to main content
Glama
fauguste

boondmanager-mcp-server

by fauguste

Rechercher des actions

boond_actions_search
Read-onlyIdempotent

Find calls, emails, appointments, and notes in BoondManager. Filter by candidate, resource, contact, company, or keywords with pagination.

Instructions

Recherche des actions (appels, emails, RDV, notes) dans BoondManager avec filtres optionnels par candidat, ressource, contact ou société.

Args:

  • keywords (string, optional): Termes de recherche

  • candidateId, resourceId, contactId, companyId (string, optional): Filtrer par entité liée

  • page, pageSize: Pagination

Returns: Liste des actions correspondantes.

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
pageSizeNoRésultats par page
companyIdNoFiltrer par ID société
contactIdNoFiltrer par ID contact
resourceIdNoFiltrer par ID ressource
candidateIdNoFiltrer par ID candidat
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile well. The description adds the return format ('Liste des actions correspondantes') and the projection behavior implicitly via the fields parameter. With annotations covering the safety traits, the description adds reasonable supplemental context without contradicting 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?

The description is a compact two-part structure: a French narrative sentence followed by an Args list and Returns line. It's reasonably concise and front-loaded with the core purpose. The Args section is slightly redundant given 100% schema coverage but short enough to be non-burdensome.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a search/read tool with strong annotations (readOnly, openWorld, idempotent) and full schema coverage, the description is mostly adequate. However, given no output schema, it could clarify return shape (does 'Liste des actions' include pagination metadata? are there default fields projected?) more explicitly. The description mentions the projection 'fields' param is in schema, but return defaults are vague.

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

Parameters3/5

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

Schema description coverage is 100%, so all 8 parameters have descriptions in the schema itself. The tool description restates parameter intent (keywords for search terms, ID filters for entity linkage, page/pageSize for pagination) but adds minimal new meaning beyond what the schema already provides. The description's restatement is helpful for a quick scan but doesn't substantially exceed schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the verb (recherche) and resource (actions), and lists the entity types (calls, emails, meetings, notes) which adds specificity. However, it doesn't strongly differentiate from siblings like boond_actions_get or entity-specific action searches (boond_candidates_actions, boond_resources_actions, boond_contacts_actions, boond_companies_actions) which also search actions within entity contexts.

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

Usage Guidelines3/5

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

The description lists optional filter parameters indicating when to use them (to filter by entity). However, it doesn't distinguish when to use this global search vs the entity-scoped action search tools (candidates_actions, resources_actions, etc.), nor when boond_actions_get would be more appropriate for retrieving a specific action.

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