Skip to main content
Glama
fauguste

boondmanager-mcp-server

by fauguste

Rechercher des paiements

boond_payments_search
Read-onlyIdempotent

Search payments in BoondManager by keywords, invoice, company, project, or date range. Get matching payment records with pagination.

Instructions

Recherche des paiements / reglements dans BoondManager.

Args:

  • keywords (string, optional): Termes de recherche. Utiliser ACH, CSOC, PRJ selon la doc Boond pour filtrer par achat, societe ou projet.

  • invoiceId, companyId (string, optional): Conserves pour compatibilite, transmis comme query params si fournis.

  • startDate, endDate (string, optional): Periode (YYYY-MM-DD)

  • page, pageSize: Pagination

Returns: Liste des paiements 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.
endDateNoDate de fin (YYYY-MM-DD)
keywordsNoMots-clés de recherche
pageSizeNoRésultats par page
companyIdNoFiltrer par ID société
invoiceIdNoFiltrer par ID facture
projectIdNoFiltrer par ID projet
startDateNoDate de début (YYYY-MM-DD)
purchaseIdNoFiltrer par ID achat
resourceIdNoFiltrer par ID ressource
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, so the safety profile is fully covered. The description adds the compatibility note that invoiceId/companyId are kept for compatibility and passed as query params, which is useful behavioral detail. It doesn't describe pagination behavior edge cases or output structure, but with annotations covering the read-only nature, a mid score is appropriate.

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 reasonably compact, listing params in a docstring style with brief annotations. It front-loads the core purpose in the first line. The Args listing is organized and easy to scan. Minor inefficiency: 'Conserves pour compatibilite' and the Returns line are useful but could be consolidated. Overall efficient, though the docstring format is slightly verbose for what could be one to two sentences.

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?

For a search/list tool with 100% schema coverage, no output schema, and strong read-only annotations, the description is fairly complete. It documents the essential query mechanisms (keywords format, date ranges, pagination, legacy params). It doesn't define return value structure, but that's mitigated by the absence of an output schema being a common pattern across these search siblings. Adequate for a search operation.

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 coverage is 100%, so the baseline is 3. The description adds meaningful value by explaining the keywords format ('ACH<id>, CSOC<id>, PRJ<id> selon la doc Boond'), which is critical for a search tool. It also clarifies that invoiceId/companyId are legacy-compatibility params. However, several params like purchaseId, resourceId, projectId, fields aren't given additional semantic context beyond the schema, so it doesn't reach a 5.

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 a clear verb+resource: search payments/settlements in BoondManager. The title and description align ('Rechercher des paiements'). It distinguishes well enough from sibling tools like boond_payments_get (which retrieves a specific payment) and boond_payments_create. However, sibling differentiation is implicit rather than explicit — there are many _search tools with similar patterns.

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 gives some context on how to filter (keywords with ACH<id>, CSOC<id>, PRJ<id> format per Boond doc) and mentions the date range and pagination usage. It explains compatibilité for invoiceId/companyId. However, it does not explicitly state when to use this search tool vs the single-get variant, or when not to use it. Usage context is implied but not framed as clear guidance.

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