Skip to main content
Glama
silamir

boondmanager-mcp-server

by silamir

Drapeaux posés sur un enregistrement

boond_flags_attached
Read-onlyIdempotent

List flags (tags) attached to a BoondManager record to see its current tags before adding or removing flags.

Instructions

Liste les drapeaux (tags) posés sur un candidat, une ressource, un contact, une société, une opportunité, un projet, une commande, un produit, un achat, une action, un positionnement ou une facture.

Quand : pour savoir comment un enregistrement est tagué avant d'ajouter ou retirer un drapeau. Plutôt que : boond_flags_search pour le catalogue des drapeaux existants (pas leurs rattachements).

Returns : une ligne par drapeau posé (GET /{entité}/{id}/attached-flags). Lecture seule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID numérique de l'enregistrement.
entityYesType de l'enregistrement.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.17.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description reinforces this with 'Lecture seule'. It adds value by specifying the return shape ('une ligne par drapeau posé') and the underlying endpoint, providing useful behavioral context beyond the 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 well-structured and front-loaded with the core purpose, followed by usage guidance and return information. Every section earns its place, and the entity list, while long, is necessary to identify supported record types.

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 read-only list tool with two fully documented parameters, the description is complete: it specifies when to use it, what it returns, and that it is read-only. It lacks details about the exact fields in each returned flag, but that is not essential for correct tool selection and 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?

Schema coverage is 100%, so the baseline is 3. The description enumerates the same entity types found in the schema enum and confirms the id is numeric, but it does not add significant new meaning beyond what the structured 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 states a specific action ('Liste les drapeaux posés sur...') and enumerates the supported record types, giving an agent a precise picture of scope. It also explicitly distinguishes itself from `boond_flags_search`, which helps differentiate siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes a clear 'Quand' section stating when to use the tool (before adding or removing a flag) and a 'Plutôt que' section naming the alternative `boond_flags_search` with the reason it is not the right choice. This is explicit, actionable guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools