Skip to main content
Glama
fauguste

boondmanager-mcp-server

Créer un(e) projet

boond_projects_create

Create a project in BoondManager by specifying name and optional details like company, contact, opportunity, type, status, and dates. Returns the created project with its ID.

Instructions

Crée un(e) nouvel(le) projet dans BoondManager.

Returns: Données du/de la projet créé(e) avec son ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNom du projet / mission
noteNoNotes / description du projet
stateNoÉtat du projet (0=en cours, 1=terminé, 2=archivé...)
typeOfNoType de projet (ID du dictionnaire setting.typeOf.project)
endDateNoDate de fin (YYYY-MM-DD)
companyIdNoID de la société cliente
contactIdNoID du contact associé
startDateNoDate de début (YYYY-MM-DD)
opportunityIdNoID de l'opportunité liée

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoIdentifiant de l'entité créée/modifiée
typeNo
Behavior3/5

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

Annotations are present (readOnlyHint false indicates write operation) and consistent. The description adds that the tool returns the created project data with its ID, which is useful. However, it doesn't disclose any side effects, authorization requirements, or default behaviors beyond what annotations imply. The description adds some value but is not rich.

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: two sentences. The first sentence clearly states the action, and the second summarizes the return value. No extraneous information.

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 presence of an output schema, the description does not need to detail return fields. It mentions the key fact of returning data with ID. The tool has 9 parameters, all described in schema, so completeness is adequate. Minor improvement would be noting default states or required relationships.

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 description coverage is 100%, so the input schema already documents all 9 parameters. The description does not provide additional meaning or context beyond the schema. A baseline score 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 clearly states it creates a new project in BoondManager. The verb 'Crée' and resource 'projet' are specific. Among sibling tools, it is uniquely for projects, distinguishing it from other create tools like boond_absences_create or boond_companies_create.

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?

No guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, such as needing a companyId or contactId, or how state values map. The lack of context for when to create a project vs. using other project-related tools (e.g., boond_projects_update) leaves the agent uninformed.

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