Skip to main content
Glama
fauguste

boondmanager-mcp-server

by fauguste

Rechercher des factures

boond_invoices_search
Read-onlyIdempotent

Search invoices in BoondManager using company, project, and period filters to find specific billing records.

Instructions

Recherche des factures dans BoondManager avec filtres par societe, projet et periode.

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.
periodNoType de période (created, updated, expectedPayment, performedPayment, period)
endDateNoDate de fin de période (YYYY-MM-DD)
keywordsNoMots-clés de recherche (référence, société...)
pageSizeNoRésultats par page
companyIdNoFiltrer par ID société
projectIdNoFiltrer par ID projet
startDateNoDate de début de période (YYYY-MM-DD)

Output Schema

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

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds no additional behavioral context beyond 'recherche' which aligns with annotations. Given the rich annotations, no contradiction exists and the bar is lower, but the description adds nothing beyond what annotations convey.

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?

Single concise sentence in French that states the purpose efficiently. Minimal waste, appropriately short. It lacks structured guidance but doesn't pad with irrelevant content.

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?

With an output schema present, the description needn't explain return values. Annotations cover safety. However, for a tool with 9 optional parameters, the description provides little orienting guidance on how filters combine (e.g., AND semantics) or whether startDate/endDate are required together. The schema and annotations reasonably cover basics, but the description is thin for a moderately complex search tool.

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 the schema already documents all 9 parameters. The description mentions filters by company, project, and period, which loosely maps to companyId, projectId, and period/startDate/endDate. It adds a high-level framing but provides no detail beyond what the schema already specifies.

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

Purpose3/5

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

Description states it searches invoices in BoondManager with filters by company, project, and period. It's French-redundant with the title and generic in scope beyond mentioning the three filter dimensions. It does not differentiate from siblings like boond_orders_search or boond_provider_invoices_search, which also share the search pattern.

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

Usage Guidelines2/5

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

No guidance on when to use this vs. alternatives. Among many similar search tools in the sibling list, there's no mention of when this tool is appropriate versus boond_payments_search, boond_orders_search, or boond_provider_invoices_search. The description simply says what it does, not when to choose it.

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