Skip to main content
Glama
fauguste

boondmanager-mcp-server

Rechercher des paiements

boond_payments_search
Read-onlyIdempotent

Search payments in BoondManager with keywords, date range, and filters by invoice, company, purchase, project, or resource IDs. Paginate results as needed.

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)
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 readOnly, idempotent, and non-destructive behavior. The description adds minor detail about keyword filtering and compatibility, but no performance or pagination behavior is described.

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?

Short and well-structured: main purpose first, then parameter list. Every sentence adds value. No unnecessary words.

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?

Covers the basics but lacks output schema information and details like sorting, total counts, or pagination behavior. The return description is minimal, leaving some uncertainty.

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?

With 100% schema coverage, the description goes beyond by explaining the keyword filter format and the deprecation status of invoiceId/companyId. Other parameters are simply restated.

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 clearly states the tool searches for payments/settlements, and the return type is indicated. The verb 'search' distinguishes it from 'get' and 'create' siblings, though it does not explicitly contrast them.

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

Usage Guidelines4/5

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

Provides specific guidance on keyword syntax (ACH<id>, CSOC<id>, PRJ<id>) and explains that invoiceId and companyId are legacy parameters. Lacks explicit when-not-to-use or alternatives.

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