Skip to main content
Glama
fauguste

boondmanager-mcp-server

by fauguste

Notes de frais d'une ressource

boond_resources_expenses_reports
Read-onlyIdempotent

Récupère les notes de frais d'une ressource.

Instructions

Récupère les notes de frais d'une ressource.

Args:

  • id (string): ID de la ressource

Returns: Liste des notes de frais de la ressource.

Input Schema

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

TDQS

A3.9/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 known. The description adds that it returns a list of expense reports, which is useful but does not go into additional behavioral traits such as data filtering or authorization requirements. No contradictions with annotations.

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 extremely concise, with a clean structure: one sentence for purpose, an Args section, and a Returns section. Every line serves a purpose, and there is no wasted text. It is front-loaded with the main action.

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?

Given the tool's simplicity (one parameter, read-only) and the presence of safety annotations, the description is largely adequate. However, it does not describe the structure or fields of the returned expense reports, and there is no output schema to compensate. It also does not mention whether results are paginated or limited, leaving some ambiguity.

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?

The input schema describes 'id' as a unique numeric identifier without specifying the entity type. The description's Args section explicitly states 'ID de la ressource', clarifying that the id refers to a resource. This adds meaning beyond the schema's generic 'entité BoondManager' wording, enhancing parameter understanding.

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 retrieves expense reports for a resource, using the specific verb 'Récupère' and specifying the resource. This distinguishes it from sibling tools like time reports or absence reports, making its purpose unambiguous.

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 implies usage when you need a resource's expense reports, given the resource ID. However, it does not explicitly mention alternatives like boond_expenses_search or boond_expenses_get, nor does it state when not to use this tool. The context is clear but exclusions are absent.

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