Skip to main content
Glama
fauguste

boondmanager-mcp-server

by fauguste

Achats/sous-traitance d'un projet

boond_projects_purchases
Read-onlyIdempotent

Retrieve purchases and subcontracting data for a project by providing its unique ID. Returns a list of all project purchases and subcontracted items.

Instructions

Récupère les achats et la sous-traitance associés à un projet.

Args:

  • id (string): ID du projet

Returns: Liste des achats du projet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesIdentifiant unique de l'entité BoondManager (numérique)
Install Server

TDQS

B3.4/5.0
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, so the safety profile is clear. The description adds only that it returns a list, without disclosing behaviors like whether subcontracting is included, pagination, or authentication requirements. It is consistent with the 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 concise and structured with an Args/Returns format. Every sentence serves a purpose. A minor inconsistency between the tool's stated scope ('achats et sous-traitance') and the return value ('Liste des achats') prevents a perfect score.

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 simple read-only, single-parameter tool with strong annotations, the description adequately covers purpose, input, and output. It lacks additional context such as pagination or clarification of whether subcontracting is included in the returned list, but overall it is sufficient for a basic retrieval tool.

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% with a generic description of id as 'Identifiant unique de l'entité BoondManager (numérique)'. The description adds project-specific meaning by calling it 'ID du projet', which helps agents understand the parameter's role beyond the schema. No further syntax or formatting details are provided.

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 uses a specific verb ('Récupère') and resource ('achats et sous-traitance associés à un projet'), clearly indicating it retrieves project-related purchases. However, it doesn't explicitly distinguish from sibling tools like boond_projects_orders or boond_purchases_search, and the return value mentions only 'achats' despite the title including 'sous-traitance'.

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?

The description provides no guidance on when to use this tool versus alternatives. It only implies the context through 'associés à un projet' but does not mention any exclusions, alternatives, or typical scenarios.

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