Skip to main content
Glama
fauguste

boondmanager-mcp-server

by fauguste

Informations générales d'un contact

boond_contacts_information
Read-onlyIdempotent

Retrieve personal and professional details for a contact, including coordinates, company, function, and tags, using the contact's unique ID.

Instructions

Récupère les informations générales d'un contact (coordonnées, société, fonction, tags...).

Args:

  • id (string): ID du contact

Returns: Données personnelles et professionnelles du contact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesIdentifiant unique de l'entité BoondManager
Behavior3/5

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

Annotations already indicate readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds context on the type of data returned (contact details), but does not discuss error handling, missing IDs, or permissions.

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 concise with two succinct sentences. It uses a structured Args/Returns format, making it clear and easy to parse without unnecessary text.

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 simple retrieval tool, the description lists examples of returned data (coordonnées, société, fonction, tags) and annotations cover read-only and idempotent behavior. The absence of an output schema is partially compensated by these examples.

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 covers 100% of parameters, with the id parameter described as 'Identifiant unique de l'entité BoondManager'. The description restates it as 'ID du contact', adding minimal value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves general contact information (coordonnées, société, fonction, tags) and the verb 'Récupère' indicates a read operation. It distinguishes from siblings like boond_contacts_get, boond_contacts_invoices, etc., but does not explicitly differentiate between them.

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?

The description does not provide guidance on when to use this tool vs alternatives such as boond_contacts_get or boond_contacts_search. It only states what it does, leaving the agent to infer the appropriate context.

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