Skip to main content
Glama
fauguste

boondmanager-mcp-server

by fauguste

Rechercher des livraisons / CRA

boond_deliveries_search
Read-onlyIdempotent

Search activity report deliveries in BoondManager by filtering with keywords, project, company, or date range to retrieve matching records.

Instructions

Recherche des livraisons (comptes rendus d'activite) dans BoondManager avec filtres par projet, societe et periode.

Args:

  • keywords (string, optional): Termes de recherche

  • projectId, companyId (string, optional): Filtrer par entite liee

  • startDate, endDate (string, optional): Periode (YYYY-MM-DD)

  • page, pageSize: Pagination

Returns: Liste des livraisons correspondantes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoNuméro de page (max: 100)
fieldsNoProjection : attributs à afficher par résultat (ex: ['title','updateDate']). Absent = résumé standard. Noms inconnus ignorés.
endDateNoDate de fin (YYYY-MM-DD)
keywordsNoMots-clés de recherche
pageSizeNoRésultats par page
companyIdNoFiltrer par ID société
projectIdNoFiltrer par ID projet
startDateNoDate de début (YYYY-MM-DD)
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 read-only, idempotent, open-world, and non-destructive behavior. The description adds that it returns a list of matching deliveries with pagination, which is useful but not deeply revealing. No contradiction 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured: a brief purpose statement, a categorized Args list, and a Returns line. It is front-loaded with the main purpose, though the Args list is somewhat redundant with the schema.

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 read-only search tool with 100% schema coverage and no output schema, the description provides a clear purpose, parameter overview, and return type. It lacks explicit details about date semantics or result field structure, but is otherwise sufficient for an agent to invoke correctly.

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%, so the baseline is 3. The description's Args section largely duplicates the schema, merely grouping parameters into keywords, entity filters, period, and pagination. It adds marginal context like 'entite liee' but no substantial new semantics.

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: 'Recherche des livraisons (comptes rendus d'activite) dans BoondManager' with filters by project, company, and period. The specific verb 'Recherche' and resource 'livraisons' distinguish it from sibling tools like boond_deliveries_get (single retrieval) and boond_deliveries_create (creation).

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 gives clear context for when to use the tool: searching for deliveries with optional filters. It implies broad lookup use but does not explicitly mention alternatives or when not to use it, such as using boond_deliveries_get for a specific record.

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