Skip to main content
Glama
fauguste

boondmanager-mcp-server

by fauguste

Rechercher des notes de frais

boond_expenses_search
Read-onlyIdempotent

Search expense reports in BoondManager with filters by resource, project, and date range. Use keywords to find specific entries.

Instructions

Recherche des notes de frais dans BoondManager avec filtres par ressource, projet et période.

Args:

  • keywords (string, optional): Termes de recherche

  • resourceId, projectId (string, optional): Filtrer par entité liée

  • startDate, endDate (string, optional): Période (YYYY-MM-DD)

  • page, pageSize: Pagination

Returns: Liste des notes de frais correspondantes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordsNoMots-clés de recherche
resourceIdNoFiltrer par ID ressource
projectIdNoFiltrer par ID projet
startDateNoDate de début (YYYY-MM-DD)
endDateNoDate de fin (YYYY-MM-DD)
pageNoNuméro de page (max: 100)
pageSizeNoRésultats par page
Behavior3/5

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

Annotations declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, openWorldHint=true, which already indicate safe, read-only behavior. The description adds no additional behavioral context beyond return type; it does not contradict 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 very concise: one sentence for purpose, a bullet-style list of arguments, and a return statement. All sentences are necessary and front-loaded.

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?

Given the tool is a search with 7 optional parameters and no output schema, the description adequately explains the return is a list of matching expenses. It could mention default pagination or sorting, but the annotations (readOnly, idempotent) cover safety.

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?

Schema coverage is 100% with descriptions for all 7 parameters. The description restates parameters in a grouped list (keywords, resourceId/projectId, startDate/endDate, page/pageSize) but adds no new meaning beyond what the schema already provides.

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 searches for expense notes with filters by resource, project, and period. The verb 'Rechercher' and specific resource 'notes de frais' make the purpose unambiguous, distinguishing it from other expense tools like create, delete, get, update.

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 implies usage for searching expenses with filters, but does not explicitly specify when to use this tool over siblings like boond_expenses_get (for a single expense) or when not to use it. However, the context is clear from the tool name and description.

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