Skip to main content
Glama
fauguste

boondmanager-mcp-server

by fauguste

Récap hebdomadaire (moi + mon équipe)

boond_workflow_recap_hebdo
Read-onlyIdempotent

Build a weekly status summary of opportunities, projects, absences, and activity reports for you and your team. Use the returned runbook to decide and execute the next actions.

Instructions

Compile en une vue ce qui s'est passé / va se passer cette semaine pour moi et mon équipe : opportunités, projets, absences, CRA. Équivalent en outil du prompt MCP recap_hebdo (utile pour les clients qui ne gèrent pas correctement les prompts MCP, ex: claude.ai). Retourne un runbook texte que le modèle doit ensuite exécuter en appelant les outils Boond référencés.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
semaineNoSemaine ciblée (ex: 'cette semaine', 'la semaine prochaine'). Défaut: cette semaine.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds meaningful context: the tool returns a textual runbook that the model must then execute by calling referenced Boond tools, clarifying that this is an orchestration/planning tool rather than a raw data fetch. 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.

Conciseness5/5

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

The description is compact and front-loaded: the first sentence states the purpose, the second provides context (MCP equivalence) and the output behavior. Every clause contributes useful information without unnecessary padding.

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 one-parameter workflow tool with no output schema, the description explains the type of output (runbook text) and the required follow-up action (call referenced Boond tools), while naming the included domains. It could be more explicit about runbook structure or which tools are referenced, but it is sufficient for selection and initial invocation.

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?

The only parameter `semaine` is fully described in the schema (100% coverage), including an example and default value. The description does not add further parameter-level semantics beyond mentioning 'cette semaine', so the baseline of 3 is appropriate.

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 uses a clear verb ('Compile') and specifies the exact scope: a weekly view of past/upcoming events for the user and their team, covering opportunities, projects, absences, and CRA. It also distinguishes itself by framing the tool as the tool-based equivalent of the MCP prompt `recap_hebdo`, separating it from sibling workflow tools.

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 explicitly states the intended use context: it is an 'équivalent en outil' of the MCP prompt `recap_hebdo`, useful for clients that do not manage MCP prompts (e.g., claude.ai). It does not, however, name alternatives or say when not to use it, so it stops short of full exclusion guidance.

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