Skip to main content
Glama
fauguste

boondmanager-mcp-server

by fauguste

Creer un paiement

boond_payments_create

Create a supplier payment linked to a purchase by providing the purchase ID. Records payment details such as amount, date, and reference in BoondManager.

Instructions

Cree un paiement fournisseur lie a un achat. L'API Boond /payments requiert une relation purchase.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoNote interne, mappee vers informationComments
stateNoEtat du paiement / achat
amountNoMontant HT du paiement, mappe vers amountExcludingTax
endDateNoDate de fin couverte (YYYY-MM-DD)
taxRatesNoTaux de taxes Boond
referenceNoReference bancaire ou reglement
startDateNoDate de debut couverte (YYYY-MM-DD)
purchaseIdYesID de l'achat regle
paymentDateNoDate du paiement (YYYY-MM-DD), mappee vers date
expectedDateNoDate de paiement attendu (YYYY-MM-DD)
paymentMethodNoMethode de paiement
performedDateNoDate de paiement effectif (YYYY-MM-DD)
amountExcludingTaxNoMontant HT du paiement
Install Server

TDQS

A3.6/5.0
Behavior2/5

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

Annotations show readOnlyHint=false, idempotentHint=false, and destructiveHint=false, indicating this is a non-read-only, non-idempotent, non-destructive operation. The description adds no further behavioral details, such as side effects, permission requirements, or what happens on success or failure. The only additional information is the purchase relationship requirement, which is more of a constraint than a behavioral disclosure.

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 two concise French sentences, each serving a distinct purpose: the first states the action, the second states a key constraint. No redundant language or unnecessary details.

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

Completeness2/5

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

With 13 parameters and no output schema, the description is too sparse. It does not explain what the tool returns, how parameters interrelate, or typical usage patterns. The single prerequisite about the purchase relationship is useful but far from sufficient for a complex creation 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?

Input schema has 100% parameter description coverage, so the baseline is 3. The description does not add meaning beyond the schema; the relationship to a purchase is already clearly represented by the 'purchaseId' parameter description. No parameter-specific guidance or grouping is provided in the description.

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 clearly states the tool's function with a specific verb 'Cree' (creates) and resource 'paiement fournisseur lie a un achat' (supplier payment linked to a purchase). This distinguishes it from sibling tools like boond_payments_get and boond_payments_search, which focus on retrieval or search.

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?

The description provides a clear usage precondition: 'L'API Boond /payments requiert une relation purchase' (the Boond /payments API requires a purchase relationship). This tells the agent that a purchase must exist before creating a payment. It does not explicitly mention alternative tools or when to avoid using it, but the context is clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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