Skip to main content
Glama

Server Details

Studio de mastering MB Mastering (Paris) : services, tarifs, infos studio, FAQ et demande de devis.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Uptime
99.9% over 37 days
Last Tested
Transport
Streamable HTTP · MCP 2025-06-18
URL

TDQS

A3.9/5.0

Scored across 18 tools

Disambiguation5/5

Every tool has a clear, distinct purpose. Public-facing tools (search, fetch, get_pricing, etc.) are clearly separate from studio-only admin tools (qonto_* operations, upload_master, prepare_quote_email). The qonto_* tools each handle a specific CRUD or lifecycle step, and the others are easily distinguishable.

Naming Consistency4/5

Tool names follow a generally consistent snake_case verb_noun pattern (e.g., get_pricing, send_quote_request, create_invoice). The occasional bare verb (fetch, search) and the qonto_ prefix for a group of related operations are minor deviations but do not create confusion. Overall naming is predictable and readable.

Tool Count4/5

With 18 tools, the set is slightly above the typical 3-15 range, but the complexity of the Qonto invoicing workflow (create, finalize, delete, list, get, update client, append line) justifies the count. The public content tools are minimal, and the admin tools are all necessary for the business processes.

Completeness4/5

The tool surface covers the core lifecycle: content discovery (search, fetch), public info (pricing, services, studio, FAQ), customer inquiry (send_quote_request, list_quote_requests), and complete invoice/quote management (create, finalize, delete, get, list, append, update client) plus email preparation and master file upload. Minor gaps include lack of content editing or customer management beyond invoicing, but these are not critical for the stated purpose.

Available Tools

18 tools
fetchAInspect

Récupère le contenu complet d'un document MB Mastering à partir de son id (obtenu via search). / Fetches the full content of a document by id (from search results).

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesIdentifiant du document renvoyé par search.

TDQS

A4/5.0
Behavior2/5

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

No annotations are provided, so the description carries full burden. It fails to disclose behavioral traits such as whether the operation is read-only, requires authentication, or has rate limits. The description only states the action without additional transparency.

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 with two short sentences (one in each language). No wasted words or redundancy.

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 tool's simplicity (single parameter, no output schema), the description adequately states its purpose and source of input. It could be slightly more complete by specifying the format or type of full content, but overall sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with a description for 'id'. The tool description adds value by clarifying that the id comes from search results, which complements the schema's explanation.

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 fetches full content of a document by id, specifying the resource ('document MB Mastering') and linking to search results, which distinguishes it from sibling tools like get_faq or get_pricing.

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 indicates the tool should be used after search ('obtenu via search / from search results'), providing clear context. However, it does not explicitly state when not to use it or mention alternative tools.

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

get_faqAInspect

Réponses aux questions fréquentes sur le mastering chez MB Mastering : prix, délais, révisions, travail à distance, gravure vinyle, localisation.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.8/5.0
Behavior3/5

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

No annotations provided. The description indicates it returns FAQ answers, but does not explicitly state it is a read-only, non-destructive operation. It is adequate for a simple retrieval tool.

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?

Single, concise sentence in French, front-loaded with the purpose, no wasted words or fluff.

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 no parameters and no output schema, the description sufficiently explains what the tool returns. It lacks details about output format, but for a simple FAQ tool, it is complete enough.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters are present, so schema coverage is 100% trivially. The description adds value by explaining the tool's scope and topics covered, which compensates for the absence of parameters.

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 provides answers to frequently asked questions about mastering at MB Mastering, listing specific topics like pricing, deadlines, and revisions. It implicitly distinguishes itself from sibling tools like get_pricing (pricing only) and get_services (services list).

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 explicit guidance on when to use this tool versus alternatives like fetch, search, or get_pricing. The description does not mention when or when not to use it.

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

get_pricingAInspect

Donne les tarifs de mastering de MB Mastering, ainsi que les délais, la politique de révisions et les modalités de paiement.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It implies a read operation ('donne') but does not explicitly state it is non-destructive, idempotent, or safe. Adding a safety note would improve transparency.

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 a single, clear sentence with no wasted words. It is front-loaded and efficient, earning its place.

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 zero parameters and no output schema, the description covers the tool's purpose and key output categories. However, the lack of an output schema means the agent has no structured contract for the return value, slightly reducing completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters, so schema coverage is 100%. The description adds context about what data is returned (rates, deadlines, etc.) but does not detail the output structure. A baseline of 4 is appropriate given no parameters.

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 retrieves pricing, deadlines, revision policy, and payment terms for MB Mastering. It uses a specific verb 'donne' and resource, distinguishing it from siblings like get_services or get_studio_info.

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

Usage Guidelines3/5

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

The description implies usage for pricing queries but provides no explicit guidance on when to use this tool versus alternatives like get_services or get_faq. No exclusions or context triggers are mentioned.

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

get_servicesAInspect

Liste les services de mastering de MB Mastering (mastering stéréo, stems, à distance, gravure vinyle, numérisation, formation) avec leurs tarifs et descriptions.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, but the description indicates a read-only listing operation without detailing any side effects, authentication needs, or response structure.

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 a single, front-loaded sentence that efficiently conveys the tool's purpose and scope without any fluff.

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 no parameters and no output schema, the description sufficiently explains what the tool returns, though it could mention that it is read-only or give example output.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With zero parameters, the schema coverage is 100%, so the baseline is 4. The description adds no parameter details, but none are needed.

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 explicitly states the tool lists MB Mastering's services with their prices and descriptions, providing a specific verb and resource that distinguishes it from siblings like get_pricing and get_faq.

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

Usage Guidelines3/5

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

The description implies usage for retrieving service listings but does not specify when to use this tool versus alternatives, such as get_pricing or send_quote_request.

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

get_studio_infoAInspect

Informations sur le studio MB Mastering : fondateur, expérience, adresse à Paris, équipement analogique, liens et réseaux.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

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

No annotations provided, but the description lists the type of information returned (founder, experience, address, equipment, links). It does not mention read-only nature or potential limitations, but these are implied.

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?

Single sentence, front-loaded with key information, no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given zero parameters, no output schema, and a simple purpose, the description fully and adequately specifies what the tool returns.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters, so the description does not need to add parameter-level details. Baseline score of 4 applies.

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 tool name and description clearly state it returns information about the MB Mastering studio. It distinguishes from sibling tools like get_faq, get_pricing, get_services which serve different purposes.

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 implies when to use it (when needing studio info) versus alternatives like get_pricing or get_services, but does not explicitly state exclusions or prerequisites.

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

list_quote_requestsAInspect

RÉSERVÉ AU STUDIO (token). Journal des demandes de devis reçues via le tool public send_quote_request : envoyées par mail ET filtrées comme robots/spam (avec la raison). Permet de vérifier qu'aucune vraie demande n'a été filtrée.

ParametersJSON Schema
NameRequiredDescriptionDefault
daysNoFenêtre en jours (défaut 7, max 90).
verdictNoFiltre : 'envoyé', 'filtré', 'plafond'. Vide = tout.
auth_tokenNo

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the burden of disclosure. It states that the log includes both sent and filtered requests with reasons, which is useful behavioral context. However, it does not mention read-only nature, pagination, or behavior on invalid tokens. It adds value beyond the schema but leaves some gaps for a list tool.

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?

Two concise sentences with no wasted words. The reservation note is front-loaded, and the purpose and use case are stated efficiently. Every sentence earns its place.

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 list tool with three parameters and no output schema, the description covers the purpose, the distinction between sent/filtered, and the verification use case. It could mention response format or auth requirement more explicitly, but the token is hinted at, and the schema documents parameters. It's reasonably complete for an agent to understand when and how to use it.

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 schema covers days and verdict with descriptions (67% coverage). The description adds context by implying the verdict filter via 'envoyées par mail ET filtrées' and mentions the token reservation, but it does not explicitly explain parameter usage or formats beyond the schema. It provides marginal additional meaning.

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: it lists quote requests received via send_quote_request, distinguishing between those sent by email and those filtered as spam/robots, with the reason for filtering. This is specific and differentiates it from the sibling send_quote_request (which creates requests) and other 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?

It explicitly says it's reserved for the studio (token) and explains a primary use case: verifying that no legitimate request was filtered. While it doesn't mention alternatives or when not to use it, the reservation and verification purpose provide clear context for when an agent should invoke it.

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

prepare_quote_emailAInspect

RÉSERVÉ AU STUDIO (token d'administration requis). Prépare un brouillon — ou envoie — l'email d'un devis ou d'une facture PDF à un client, depuis contact@mathieuberthet.com. Par défaut (mode « draft »), l'email est déposé dans les Brouillons du webmail OVH pour relecture avant envoi ; en mode « send », il est envoyé immédiatement puis archivé dans Envoyés. Le PDF est récupéré par le serveur directement dans Qonto (qonto_type + qonto_number) — ou fourni en base64 pour un document externe.

ParametersJSON Schema
NameRequiredDescriptionDefault
ccNoAdresses en copie (string CSV ou array).
modeNodraft (défaut) : brouillon dans le webmail OVH. send : envoi immédiat.
subjectNoSujet de l'email. Défaut : « MB Mastering — Devis/Facture n° … ».
qonto_idNoId Qonto du document (alternative à qonto_number).
auth_tokenNoToken d'administration (si le client MCP ne permet pas le header Authorization).
pdf_base64NoPDF externe encodé en base64 — seulement si le document n'est pas dans Qonto.
qonto_typeNoRECOMMANDÉ : le serveur va chercher le PDF dans Qonto lui-même (aucun base64 à transporter). quote = devis, invoice = facture.
referencesNoChaîne References (Message-IDs séparés par espaces). Auto = in_reply_to si absent.
client_nameNoNom du client (salutation et en-tête To).
in_reply_toNoMessage-ID du mail auquel on répond (avec ou sans chevrons), pour threading IMAP/Gmail.
body_messageNoParagraphe personnalisé inséré dans le corps par défaut.
client_emailYesAdresse email du client destinataire.
pdf_filenameNoNom du fichier joint. Défaut : Devis-<n>.pdf / Facture-<n>.pdf.
qonto_numberNoNuméro Qonto du document (D-2026-003, F-2026-001). Défaut : document_number.
document_typeYesType de document joint.
document_numberYesNuméro du document, ex. 202608-2.

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It details the default draft mode (stored in OVH webmail Drafts), send mode (immediate send and archive in Sent), the requirement of an admin token, and how the PDF is sourced/retrieved. This is thorough and surfaces side effects and constraints upfront.

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 text is a compact two-sentence block that front-loads the access restriction, clearly states the action and mode distinction, and ends with the PDF sourcing logic. Every sentence carries essential information without fluff.

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 tool's complexity (16 parameters, no output schema), the description covers the core semantics: intended purpose, modes, sender identity, and PDF handling. It doesn't explain return values or failure behavior, but the detailed parameter descriptions in the schema compensate; an agent has enough context to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so each parameter is already documented. The description adds value by connecting qonto_type + qonto_number to the server-side PDF retrieval and pdf_base64 to external documents, clarifying the parameter relationships beyond individual schema entries. It doesn't duplicate every parameter, which keeps it focused.

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 specific verbs ('Prépare un brouillon — ou envoie') and names the resource ('email d'un devis ou d'une facture PDF à un client'), clearly distinguishing this emailing/PDF tool from document-management siblings like qonto_create_quote. It also states the sending address and the two PDF sources, leaving no doubt about the tool's role.

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?

It gives clear context for use: restricted to the studio, admin token required, draft mode by default vs immediate send mode, and the PDF retrieval options (Qonto or base64). It doesn't explicitly name alternatives or state when not to use it, but the context is strong enough for an agent to infer the correct situation.

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

qonto_append_invoice_lineAInspect

RÉSERVÉ AU STUDIO (token d'administration requis). Ajoute une ligne à un brouillon (proforma) Qonto existant pour un client, ou crée le brouillon si absent. Idéal pour clients récurrents (Antinote, DKO, etc.) : accumuler les prestations puis facturer d'un coup avec qonto_finalize_invoice.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesIntitulé de la ligne, ex. 'cutting 12 inch A + B side ATN070'.
quantityNo
client_idNo
auth_tokenNo
unit_priceYes
client_nameNo
client_emailNo

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description must disclose behavioral traits. It reveals the mutation (append or create) and the admin token requirement. It does not cover failure modes or idempotency, but the core side effect is transparent.

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?

Two concise sentences with the most critical info (reservation, token requirement) front-loaded. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is inadequate for a 7-parameter tool with no annotations or output schema. It doesn't explain how to specify the client (which of the three client fields), how quantity works, or what the response looks like. An agent would struggle to call it correctly without additional documentation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 14%, so the description must compensate by explaining parameters. It does not explain client_id, client_name, client_email, quantity, or auth_token. The only hint is the word 'client' and 'token d'administration', but it fails to map these to specific parameters or clarify which are required for client identification.

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 appends a line to an existing Qonto draft or creates the draft if absent, and distinguishes it from finalization via qonto_finalize_invoice. The specific verb 'ajoute' and resource 'ligne à un brouillon' make the purpose unmistakable and distinct from sibling 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 provides a concrete usage scenario (recurring clients like Antinote, DKO) and points to the complementary finalize tool. It does not explicitly state when not to use it, but the context is clear enough. The admin token requirement is also mentioned, giving a prerequisite.

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

qonto_create_invoiceAInspect

RÉSERVÉ AU STUDIO (token). Crée une facture client Qonto (brouillon/proforma par défaut, ou 'unpaid' = officielle) et renvoie numéro, total, lien de paiement Mollie. Client cherché par id, email puis nom ; création possible avec create_client_if_missing=true + adresse. Anti-doublon : refuse un document identique le même jour (sauf force=true) ; request_id rend l'appel rejouable sans doublon. Aucun PDF dans la réponse : utiliser prepare_quote_email (qonto_type/qonto_number) pour l'envoyer, qonto_get pour l'URL PDF.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNoVille — obligatoire pour créer un client.
forceNoCréer même si un document identique (même client, même total, même jour) existe déjà. Défaut false.
itemsYesLignes (au moins 1).
statusNodraft (proforma, à finaliser plus tard) ou unpaid (facture officielle). Défaut : draft.
due_daysNoJours avant échéance (défaut 30).
zip_codeNoCode postal — obligatoire pour créer un client, sauf address_unknown.
client_idNoId Qonto du client (prioritaire sur email/nom).
auth_tokenNoToken d'administration (si le client MCP ne permet pas le header Authorization).
request_idNoIdentifiant unique de CET appel (ex. 'mate027-devis-2026-09-22'). Si le même request_id est rejoué (timeout, relance), le serveur renvoie la réponse d'origine sans rien recréer.
tin_numberNoSIREN/SIRET (ou n° fiscal étranger) du client : rend le type company possible. Optionnel.
vat_numberNoN° TVA intracom du client créé (optionnel).
client_kindNoType du client créé. Défaut individual (le nom du label/artiste est conservé tel quel comme nom affiché) ; company UNIQUEMENT avec tin_number (SIREN/SIRET) — sinon Qonto refuse le devis.
client_nameNoNom du client (label, studio, artiste ou 'Prénom Nom'). Recherche exacte insensible à la casse.
client_emailNoEmail du client (recherche par email d'abord).
contact_nameNoPrénom Nom de la personne de contact (ex. 'Rafa Santos') quand client_name est un label — sert de prénom/nom Qonto. Optionnel.
client_countryNoCode pays ISO2 du client créé (défaut FR).
street_addressNoAdresse de facturation (rue) — obligatoire pour créer un client, sauf address_unknown.
address_unknownNoLe client n'a PAS communiqué son adresse : rue/code postal remplacés par « — » (ville + pays requis). JAMAIS inventer une adresse — la demander au client.
create_client_if_missingNoSi le client n'existe pas : le créer (sinon erreur explicite). Exige alors l'adresse ci-dessous.

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and does so thoroughly. It discloses idempotency via request_id, same-day duplicate refusal, force=true override behavior, the absence of PDFs in responses, and the client lookup priority (id, email, then name).

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 dense but efficiently structured: purpose first, then client resolution, duplicate protection, and PDF alternatives. Every clause earns its place, and it is not padded with redundant schema repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite 19 parameters and no output schema or annotations, the description is complete enough for an agent to invoke the tool safely: it covers statuses, return values, client creation, idempotency, duplicate handling, and the correct sibling tools for sending and PDF retrieval. Remaining parameter details live in a fully covered schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/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, but the description adds cross-parameter meaning beyond individual schema descriptions: client matching precedence, the condition that create_client_if_missing requires an address, and how request_id prevents duplicate creation. This synthesis helps an agent choose and combine parameters correctly.

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 opens with a specific verb and resource: "Crée une facture client Qonto", and clarifies the status variants (draft/proforma vs unpaid official). It also states what the tool returns (numéro, total, lien de paiement Mollie) and explicitly routes PDF-related needs to sibling tools, distinguishing it from prepare_quote_email and qonto_get.

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 on when to use this tool versus alternatives: it creates invoices, not PDFs, and explicitly says to use prepare_quote_email for sending and qonto_get for the PDF URL. It also explains client resolution order and creation behavior, though it does not explicitly say "use qonto_create_quote for quotes" — the distinction is implied by the word facture.

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

qonto_create_quoteAInspect

RÉSERVÉ AU STUDIO (token). Crée un devis client Qonto (D-2026-XXX) et renvoie numéro, total, lien client, id. Client cherché par id, email puis nom ; création possible avec create_client_if_missing=true + adresse (jamais inventée : address_unknown=true pose des tirets). Anti-doublon : refuse un devis identique le même jour (sauf force=true) ; request_id rend l'appel rejouable sans doublon. Aucun PDF dans la réponse : prepare_quote_email (qonto_type=quote, qonto_number=D-…) l'envoie, qonto_get donne l'URL PDF. En cas de doute sur l'état : qonto_list avant de relancer.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNoVille — obligatoire pour créer un client.
forceNoCréer même si un document identique (même client, même total, même jour) existe déjà. Défaut false.
itemsYesLignes (au moins 1).
zip_codeNoCode postal — obligatoire pour créer un client, sauf address_unknown.
client_idNoId Qonto du client (prioritaire sur email/nom).
auth_tokenNo
request_idNoIdentifiant unique de CET appel (ex. 'mate027-devis-2026-09-22'). Si le même request_id est rejoué (timeout, relance), le serveur renvoie la réponse d'origine sans rien recréer.
tin_numberNoSIREN/SIRET (ou n° fiscal étranger) du client : rend le type company possible. Optionnel.
vat_numberNoN° TVA intracom du client créé (optionnel).
client_kindNoType du client créé. Défaut individual (le nom du label/artiste est conservé tel quel comme nom affiché) ; company UNIQUEMENT avec tin_number (SIREN/SIRET) — sinon Qonto refuse le devis.
client_nameNoNom du client (label, studio, artiste ou 'Prénom Nom'). Recherche exacte insensible à la casse.
client_emailNoEmail du client (recherche par email d'abord).
contact_nameNoPrénom Nom de la personne de contact (ex. 'Rafa Santos') quand client_name est un label — sert de prénom/nom Qonto. Optionnel.
validity_daysNoJours de validité du devis (défaut 30).
client_countryNoCode pays ISO2 du client créé (défaut FR).
street_addressNoAdresse de facturation (rue) — obligatoire pour créer un client, sauf address_unknown.
address_unknownNoLe client n'a PAS communiqué son adresse : rue/code postal remplacés par « — » (ville + pays requis). JAMAIS inventer une adresse — la demander au client.
create_client_if_missingNoSi le client n'existe pas : le créer (sinon erreur explicite). Exige alors l'adresse ci-dessous.

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full disclosure burden and does so thoroughly. It reveals return payload, client lookup order, anti-duplicate behavior with force, request_id replay idempotency, absence of PDF in the response, and the address_unknown dash policy. This goes far beyond a minimal mutation description.

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?

Six dense, purposeful sentences in one block, front-loaded with the token restriction, action, and return values. Each clause earns its place: dedup, client creation, address policy, PDF routing, and state-check advice are all relevant to calling the tool correctly. No filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For an 18-parameter mutation tool with no output schema and no annotations, this description is remarkably complete. It covers return values, idempotency, client matching order, address requirements, and sibling handoffs. Minor error details are left to the schema, which already documents most parameter constraints.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 94%, so most parameters are already well documented. The description adds meaning beyond the schema by explaining request_id replay semantics, force bypassing the duplicate check, create_client_if_missing requiring an address, address_unknown substituting dashes, and client_kind company requiring tin_number. It does not repeat parameter formats.

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?

States a specific verb and resource: it creates a Qonto client quote with document reference D-2026-XXX and lists the returned fields (numéro, total, lien client, id). The term 'devis' clearly separates it from the qonto_create_invoice sibling, so an agent can identify the correct tool without opening the schema.

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?

Explicitly scopes usage to the studio token and routes the agent to prepare_quote_email for sending and qonto_get for the PDF URL. It also advises qonto_list before retrying when state is uncertain. It does not explicitly enumerate when to use qonto_create_invoice instead, but the quote vs invoice distinction is clear enough from the names and resource.

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

qonto_deleteAInspect

RÉSERVÉ AU STUDIO (token). Supprime un devis en attente (pending_approval) ou une facture brouillon (draft) — ex. doublon créé par erreur. Refuse tout document envoyé/approuvé/finalisé. Exige confirm=true (le premier appel sans confirm renvoie un récapitulatif).

ParametersJSON Schema
NameRequiredDescriptionDefault
idNo
typeNoDéfaut : quote.
numberNoNuméro du document (ou id Qonto).
confirmNotrue pour supprimer réellement.
auth_tokenNo

TDQS

A4.6/5.0
Behavior4/5

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

The description discloses the destructive nature of the operation, the state restrictions, and the confirmation mechanism. It also reveals that the first call without confirm returns a summary, which is a behavioral trait not visible in the schema. However, it doesn't mention auth requirements beyond the reserved token note, and there are no annotations to contradict.

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 with the most important constraint (reserved for studio token). Every sentence adds value: what it deletes, what it refuses, and the confirmation requirement. No wasted words.

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 destructive tool with no annotations and no output schema, the description covers the critical aspects: target states, refusal conditions, and confirmation flow. It could mention what the summary response contains or what happens after deletion, but the essential information for safe invocation is present.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds meaning to the confirm parameter by explaining the two-step deletion flow, and clarifies the type parameter's default (quote). It also explains the number parameter's role (document number or Qonto id). With 60% schema coverage, the description compensates for the undocumented id and auth_token parameters by giving context on the deletion flow.

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 deletes pending quotes or draft invoices, with a concrete example (duplicate created by mistake). It distinguishes itself from siblings like qonto_create_invoice and qonto_finalize_invoice by specifying the exact document states it operates on.

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 explicitly says when to use it (pending_approval quotes, draft invoices) and when not to use it (refuses sent/approved/finalized documents). It also explains the confirm=true requirement and the two-step behavior, which is essential usage guidance.

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

qonto_finalize_invoiceAInspect

RÉSERVÉ AU STUDIO (token d'administration requis). Passe un brouillon (proforma) en statut 'unpaid' = facture officielle numérotée. Qonto génère le PDF + lien de paiement Mollie. Trouve le brouillon par invoice_id OU par client (id/email/name).

ParametersJSON Schema
NameRequiredDescriptionDefault
client_idNo
auth_tokenNo
invoice_idNo
client_nameNo
client_emailNo

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the operation mutates the invoice status to 'unpaid', generates PDF and payment link, and requires an admin token. However, it does not mention potential side effects (e.g., irreversibility), what happens if the draft is not found, or error handling. For a mutation tool, this is a moderate gap, but the core behavior is described.

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 a single, dense sentence in French. It front-loads the restriction and action, then details the effect and lookup methods. It is concise with no filler, though it could benefit from bullet points or explicit separation of prerequisites and lookup options. Still, it earns a high score for efficiency.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 5 parameters, no annotations, and no output schema, the description covers the essential purpose and identifier logic, but lacks details on error cases, response format, and any side effects like irreversibility. For a sensitive financial operation, an agent might need more guidance on what to expect. The description is adequate but not comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It does: it clarifies that auth_token is the admin token, and that invoice_id or any of client_id/email/name can be used as alternative identifiers. It implies that at least one of these identifiers is needed, adding meaning beyond the bare schema. It does not explicitly state requiredness, but the context is clear.

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 action: finalizes a draft (proforma) into an official numbered invoice, changing status to 'unpaid' and generating PDF and payment link. It explicitly distinguishes itself from creation tools like qonto_create_invoice by focusing on existing drafts. The verb 'finalize' and resource 'invoice' are specific, and the scope (reserved for studio) is clear.

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 provides explicit usage context: it is reserved for studio use and requires an admin token. It also explains the two alternative lookup methods (by invoice_id or by client details). While it does not explicitly say 'do not use for creating new invoices', the distinction is clear from the purpose and sibling tool names. This is sufficient guidance for an agent to know when to call it.

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

qonto_getAInspect

RÉSERVÉ AU STUDIO (token). Détail d'un devis ou d'une facture Qonto par numéro (D-2026-003, F-2026-001) ou id : lignes, client + adresse, statut, lien client/paiement, URL PDF signée (temporaire). Jamais de base64.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoId Qonto (alternative à number).
typeNoDéfaut : quote.
numberNoNuméro du document (ou id Qonto).
auth_tokenNo

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the PDF URL is temporary, that base64 is never returned, and that a token is required (reserved for studio). However, it does not explicitly state the operation is read-only or describe error behavior, leaving some behavioral gaps.

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 a single dense sentence, front-loaded with the access restriction, then the core purpose and return fields. There is no fluff; every clause adds information, making it efficient and well-structured.

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?

The description covers the main return fields and important caveats (temporary URL, no base64), and mentions the access token. It lacks explicit error handling or response structure, but for a simple get tool with no output schema, it provides sufficient context for an agent to call it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 75% (auth_token lacks a description). The description adds value by explaining the number format (D-2026-003, F-2026-001), that id is an alternative, and that a token is needed. This goes beyond the schema's minimal descriptions, clarifying usage of the parameters.

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 retrieves detailed information for a single Qonto quote or invoice by number or ID, listing the specific fields returned (lines, client+address, status, links, PDF URL). This distinguishes it from siblings like qonto_list (listing) and qonto_create_* (creation) by focusing on a single document.

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 clearly implies the tool is for retrieving details of one document, which is distinct from listing or creating. However, it does not explicitly mention alternatives or when-not-to-use it, relying on the tool name and purpose to differentiate from siblings.

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

qonto_listAInspect

RÉSERVÉ AU STUDIO (token). Liste compacte des devis, factures ou clients Qonto (numéro, statut, total, date, client, id). À appeler AVANT de relancer une création si un appel précédent a semblé échouer.

ParametersJSON Schema
NameRequiredDescriptionDefault
typeNoDéfaut : quotes.
limitNoMax lignes (défaut 30, max 100).
statusNoFiltre statut : devis pending_approval|approved|canceled ; factures draft|unpaid|paid|canceled.
auth_tokenNo
client_emailNoFiltre par email client.

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description must carry the burden of behavior. It discloses the return fields and the studio-token restriction, and 'Liste compacte' implies a read-only listing. However, it does not explicitly state that the tool has no side effects, nor does it describe pagination, ordering, or error behavior beyond the schema's limit field.

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?

Two short sentences with no filler. The access restriction is front-loaded, the core purpose and output fields are in the first sentence, and the specific usage scenario is in the second. Every sentence earns its place.

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?

The description is complete for a simple list tool: it states the purpose, the resource types, the return fields, the access restriction, and a key usage scenario. It lacks explicit confirmation of read-only behavior and does not mention pagination or response format, but the schema and output field list cover most of what an agent needs to call it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 80%, so the baseline is 3. The description adds value by clarifying that auth_token should be a studio token ('RÉSERVÉ AU STUDIO (token)'), which is otherwise undocumented in the schema. It also connects the resource types (quotes/invoices/clients) to the 'type' parameter, adding semantic context beyond the enum names.

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 states a specific verb and resource: it returns a compact list of Qonto quotes, invoices, or clients, with a clear field set (number, status, total, date, client, id). It does not explicitly contrast itself with sibling tools like qonto_get or list_quote_requests, but the resource scope and 'compacte' qualifier make the purpose reasonably distinct.

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 a concrete usage context: call this tool before retrying a creation when a previous call seemed to fail. It also states that the tool is reserved for the studio token. It does not name alternatives or exclusion criteria, so it falls short of a 5, but the guidance is clear and actionable.

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

qonto_update_clientAInspect

RÉSERVÉ AU STUDIO (token d'administration requis). Met à jour l'adresse de facturation d'un client Qonto existant. Identifier par client_id (préféré) OU client_email/client_name.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityYesVille.
zip_codeYesCode postal.
client_idNoID Qonto du client (préféré).
auth_tokenNoToken d'administration.
client_nameNoFallback : recherche par nom.
client_emailNoFallback : recherche par email.
country_codeNoCode pays ISO2 (défaut FR).
street_addressYesRue et numéro.

TDQS

A4.1/5.0
Behavior3/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It discloses that an admin token is required (auth requirement) and that the action updates the billing address (a mutation). However, it does not describe the response format, whether the update is idempotent, or any side effects (e.g., overwriting existing address). This is a moderate gap for a mutation tool, so a 3 is appropriate.

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 three short sentences with zero fluff. The access restriction is front-loaded, followed by the core purpose and identification guidance. Every sentence contributes to the tool's usability, making it highly concise and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers purpose, identification, and auth requirements, but it omits details about the response (e.g., whether it returns the updated client) and potential error conditions. Given there is no output schema and no annotations, the description could provide more behavioral context. For a tool with 8 parameters and 3 required, this is adequate but not complete, so a 3 is appropriate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters. The description adds value by clarifying that client_id is the preferred identifier and that client_email/client_name are fallbacks, and it implies the address fields (street_address, city, zip_code) are the ones being updated. This guidance goes beyond the schema's individual field descriptions, so the description earns a 4.

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 verb and resource: 'Met à jour l'adresse de facturation d'un client Qonto existant' (updates the billing address of an existing Qonto client). This clearly distinguishes it from siblings like qonto_create_invoice (create vs update) and other non-Qonto tools. The identification methods (client_id, client_email, client_name) are also specified, leaving no ambiguity about the tool's function.

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 usage context: 'RÉSERVÉ AU STUDIO (token d'administration requis)' indicates it is only for the studio and requires an admin token, and it recommends client_id as preferred over client_email/client_name. However, it does not explicitly mention when not to use the tool or alternatives (though no direct alternative exists). The prerequisite and identification preference provide solid guidance, so it earns a 4.

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

send_quote_requestBInspect

Envoie une demande de devis de mastering à MB Mastering par email. À utiliser quand l'utilisateur souhaite être recontacté. Requiert au minimum le nombre de titres et l'email du demandeur.

ParametersJSON Schema
NameRequiredDescriptionDefault
genreNoGenre musical.
notesNoPrécisions libres sur le projet.
formatNoSupport final visé (streaming, vinyle, CD…).
titlesYesNombre de titres à masteriser.
serviceNoService souhaité (mastering stéréo, stems, à distance, gravure vinyle…).
deadlineNoÉchéance éventuelle.
requester_nameNoNom du demandeur ou du projet/artiste.
requester_emailYesEmail du demandeur (pour la réponse).

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only mentions sending an email and required fields. It does not specify side effects, persistence, idempotency, confirmation, or error handling, which is insufficient for a tool that performs an action.

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 with three sentences that are direct and to the point. It avoids unnecessary details, but could be considered slightly under-specified given the parameter count.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description should clarify the tool's return behavior or outcome (e.g., a confirmation or error). It lacks any mention of what happens after the request is sent, leaving the agent without a complete understanding of the tool's lifecycle.

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 baseline is 3. The description reiterates required fields but adds no additional meaning beyond the schema. It does not explain parameter relationships or provide extra usage tips.

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 action (sends a request), the resource (mastering quote), the recipient (MB Mastering), and the method (email). It distinctly positions the tool as a request submission tool, differentiating it from the sibling tools that fetch or retrieve information.

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

Usage Guidelines3/5

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

The description provides a use case: 'to be used when the user wishes to be contacted.' This is helpful but lacks explicit guidance on when not to use the tool or what alternatives exist among siblings. It is minimal but adequate.

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

upload_masterAInspect

RÉSERVÉ AU STUDIO (token d'administration requis). Dépose un zip de master client dans ~/www/masters/ sur le serveur OVH. Nom conservé tel quel (contrôle total côté studio). Upload chunké (chunk_index=0 pour le premier, is_last=true pour le dernier — le tool renvoie alors l'URL client). Écriture UNIQUEMENT dans ~/www/masters/ (chemin hardcodé, sanitize strict, pas d'échappement possible).

ParametersJSON Schema
NameRequiredDescriptionDefault
is_lastNotrue pour le dernier chunk → renvoie l'URL client finalisée.
filenameYesNom du fichier .zip (autorisé : lettres/chiffres/._- et espaces ; extension .zip obligatoire ; max 200 chars). Sanitize strict côté serveur.
auth_tokenNoToken d'administration (si le client MCP ne permet pas le header Authorization).
chunk_dataYesContenu du chunk encodé en base64. Max ~8 Mo par chunk pour rester sous les limites HTTP OVH.
chunk_indexNoIndex du chunk (0-based). 0 = truncate le fichier destination ; >0 = append.

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and delivers thoroughly: admin-token requirement, chunked upload protocol (chunk_index=0 first, is_last=true last), return behavior (URL returned on final chunk), confinement to a hardcoded path, and strict sanitization with no path escape possible. This is substantially richer than a typical summary.

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?

Each sentence earns its place: access restriction first, then the action, filename behavior, chunking protocol, and safety boundary. The most critical constraint is front-loaded, and there is no filler or redundant restatement of 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 5-parameter tool with no annotations and no output schema, the description covers access control, target path, chunking flow, return value, and security guarantees. The main gap is the absence of failure/retry semantics for multi-chunk uploads (e.g., what happens if a chunk fails mid-sequence), but overall it is well above minimal viability.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3, but the description adds orchestration semantics beyond the per-field schema: it explains how chunk_index and is_last interact within the upload sequence, and that the final chunk triggers the client URL return. This cross-parameter protocol knowledge is genuinely additive, not just a restatement.

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?

States a specific action ('Dépose un zip de master client'), resource, and destination ('dans ~/www/masters/ sur le serveur OVH'). The verb is concrete and the resource is well-defined. It clearly stands apart from the sibling tools, which are all read/fetch/search operations, making it the only write/upload tool.

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 opens with a hard usage restriction: 'RÉSERVÉ AU STUDIO (token d'administration requis)', giving clear conditions under which the tool may be called. It does not explicitly name alternatives or exclusion conditions relative to siblings, but the sibling context (all read-only information tools) makes the differentiation evident and the access requirement is unambiguous.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 7 tool updates
    • Addedlist_quote_requests
    • Changedprepare_quote_email5 fields changed
      • changedInput schema / properties / pdf_base64 / description
        Previous value: -"Contenu du PDF du document, encodé en base64."New value: +"PDF externe encodé en base64 — seulement si le document n'est pas dans Qonto."
      • addedInput schema / properties / qonto_id
        Added value: +{
        +  "description": "Id Qonto du document (alternative à qonto_number).",
        +  "type": "string"
        +}
      • addedInput schema / properties / qonto_number
        Added value: +{
        +  "description": "Numéro Qonto du document (D-2026-003, F-2026-001). Défaut : document_number.",
        +  "type": "string"
        +}
      • addedInput schema / properties / qonto_type
        Added value: +{
        +  "description": "RECOMMANDÉ : le serveur va chercher le PDF dans Qonto lui-même (aucun base64 à transporter). quote = devis, invoice = facture.",
        +  "enum": [
        +    "quote",
        +    "invoice"
        +  ],
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "document_type",
        -  "document_number",
        -  "client_email",
        -  "pdf_base64"
        -]New value: +[
        +  "document_type",
        +  "document_number",
        +  "client_email"
        +]
    • Changedqonto_create_invoice18 fields changed
      • addedInput schema / properties / address_unknown
        Added value: +{
        +  "description": "Le client n'a PAS communiqué son adresse : rue/code postal remplacés par « — » (ville + pays requis). JAMAIS inventer une adresse — la demander au client.",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / city
        Added value: +{
        +  "description": "Ville — obligatoire pour créer un client.",
        +  "type": "string"
        +}
      • changedInput schema / properties / client_country / description
        Previous value: -"Code pays ISO2 (FR par défaut). Ex : 'US', 'DE', 'NL'."New value: +"Code pays ISO2 du client créé (défaut FR)."
      • changedInput schema / properties / client_email / description
        Previous value: -"Email du client. Utilisé pour la recherche par email d'abord."New value: +"Email du client (recherche par email d'abord)."
      • addedInput schema / properties / client_id
        Added value: +{
        +  "description": "Id Qonto du client (prioritaire sur email/nom).",
        +  "type": "string"
        +}
      • addedInput schema / properties / client_kind
        Added value: +{
        +  "description": "Type du client créé. Défaut individual (le nom du label/artiste est conservé tel quel comme nom affiché) ; company UNIQUEMENT avec tin_number (SIREN/SIRET) — sinon Qonto refuse le devis.",
        +  "enum": [
        +    "company",
        +    "individual"
        +  ],
        +  "type": "string"
        +}
      • changedInput schema / properties / client_name / description
        Previous value: -"Nom du client (raison sociale ou 'Prénom Nom'). Utilisé pour la recherche et la création si absent."New value: +"Nom du client (label, studio, artiste ou 'Prénom Nom'). Recherche exacte insensible à la casse."
      • addedInput schema / properties / contact_name
        Added value: +{
        +  "description": "Prénom Nom de la personne de contact (ex. 'Rafa Santos') quand client_name est un label — sert de prénom/nom Qonto. Optionnel.",
        +  "type": "string"
        +}
      • addedInput schema / properties / create_client_if_missing
        Added value: +{
        +  "description": "Si le client n'existe pas : le créer (sinon erreur explicite). Exige alors l'adresse ci-dessous.",
        +  "type": "boolean"
        +}
      • changedInput schema / properties / due_days / description
        Previous value: -"Nombre de jours avant échéance (défaut 30)."New value: +"Jours avant échéance (défaut 30)."
      • addedInput schema / properties / force
        Added value: +{
        +  "description": "Créer même si un document identique (même client, même total, même jour) existe déjà. Défaut false.",
        +  "type": "boolean"
        +}
      • changedInput schema / properties / items / description
        Previous value: -"Lignes de la facture. Au moins 1 item."New value: +"Lignes (au moins 1)."
      • addedInput schema / properties / request_id
        Added value: +{
        +  "description": "Identifiant unique de CET appel (ex. 'mate027-devis-2026-09-22'). Si le même request_id est rejoué (timeout, relance), le serveur renvoie la réponse d'origine sans rien recréer.",
        +  "type": "string"
        +}
      • changedInput schema / properties / status / description
        Previous value: -"draft (proforma, à finaliser plus tard) ou unpaid (facture officielle envoyée). Défaut : draft."New value: +"draft (proforma, à finaliser plus tard) ou unpaid (facture officielle). Défaut : draft."
      • addedInput schema / properties / street_address
        Added value: +{
        +  "description": "Adresse de facturation (rue) — obligatoire pour créer un client, sauf address_unknown.",
        +  "type": "string"
        +}
      • addedInput schema / properties / tin_number
        Added value: +{
        +  "description": "SIREN/SIRET (ou n° fiscal étranger) du client : rend le type company possible. Optionnel.",
        +  "type": "string"
        +}
      • addedInput schema / properties / vat_number
        Added value: +{
        +  "description": "N° TVA intracom du client créé (optionnel).",
        +  "type": "string"
        +}
      • addedInput schema / properties / zip_code
        Added value: +{
        +  "description": "Code postal — obligatoire pour créer un client, sauf address_unknown.",
        +  "type": "string"
        +}
    • Changedqonto_create_quote19 fields changed
      • addedInput schema / properties / address_unknown
        Added value: +{
        +  "description": "Le client n'a PAS communiqué son adresse : rue/code postal remplacés par « — » (ville + pays requis). JAMAIS inventer une adresse — la demander au client.",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / city
        Added value: +{
        +  "description": "Ville — obligatoire pour créer un client.",
        +  "type": "string"
        +}
      • addedInput schema / properties / client_country / description
        Added value: +"Code pays ISO2 du client créé (défaut FR)."
      • addedInput schema / properties / client_email / description
        Added value: +"Email du client (recherche par email d'abord)."
      • addedInput schema / properties / client_id
        Added value: +{
        +  "description": "Id Qonto du client (prioritaire sur email/nom).",
        +  "type": "string"
        +}
      • addedInput schema / properties / client_kind
        Added value: +{
        +  "description": "Type du client créé. Défaut individual (le nom du label/artiste est conservé tel quel comme nom affiché) ; company UNIQUEMENT avec tin_number (SIREN/SIRET) — sinon Qonto refuse le devis.",
        +  "enum": [
        +    "company",
        +    "individual"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / client_name / description
        Added value: +"Nom du client (label, studio, artiste ou 'Prénom Nom'). Recherche exacte insensible à la casse."
      • addedInput schema / properties / contact_name
        Added value: +{
        +  "description": "Prénom Nom de la personne de contact (ex. 'Rafa Santos') quand client_name est un label — sert de prénom/nom Qonto. Optionnel.",
        +  "type": "string"
        +}
      • addedInput schema / properties / create_client_if_missing
        Added value: +{
        +  "description": "Si le client n'existe pas : le créer (sinon erreur explicite). Exige alors l'adresse ci-dessous.",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / force
        Added value: +{
        +  "description": "Créer même si un document identique (même client, même total, même jour) existe déjà. Défaut false.",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / items / description
        Added value: +"Lignes (au moins 1)."
      • addedInput schema / properties / items / items / properties / quantity / description
        Added value: +"Quantité (défaut 1)."
      • addedInput schema / properties / items / items / properties / title / description
        Added value: +"Intitulé de la prestation, ex. 'Mastering stéréo — Track X'."
      • addedInput schema / properties / items / items / properties / unit_price / description
        Added value: +"Prix unitaire HT en €."
      • addedInput schema / properties / request_id
        Added value: +{
        +  "description": "Identifiant unique de CET appel (ex. 'mate027-devis-2026-09-22'). Si le même request_id est rejoué (timeout, relance), le serveur renvoie la réponse d'origine sans rien recréer.",
        +  "type": "string"
        +}
      • addedInput schema / properties / street_address
        Added value: +{
        +  "description": "Adresse de facturation (rue) — obligatoire pour créer un client, sauf address_unknown.",
        +  "type": "string"
        +}
      • addedInput schema / properties / tin_number
        Added value: +{
        +  "description": "SIREN/SIRET (ou n° fiscal étranger) du client : rend le type company possible. Optionnel.",
        +  "type": "string"
        +}
      • addedInput schema / properties / vat_number
        Added value: +{
        +  "description": "N° TVA intracom du client créé (optionnel).",
        +  "type": "string"
        +}
      • addedInput schema / properties / zip_code
        Added value: +{
        +  "description": "Code postal — obligatoire pour créer un client, sauf address_unknown.",
        +  "type": "string"
        +}
    • Addedqonto_delete
    • Addedqonto_get
    • Addedqonto_list
  2. 2 tool updates
    • Addedqonto_append_invoice_line
    • Addedqonto_finalize_invoice
  3. 1 tool update
    • Addedqonto_create_quote
  4. 1 tool update
    • Addedqonto_update_client
  5. 1 tool update
    • Addedqonto_create_invoice
  6. 1 tool update
    • Addedupload_master
  7. 1 tool update
    • Changedprepare_quote_email3 fields changed
      • addedInput schema / properties / cc
        Added value: +{
        +  "description": "Adresses en copie (string CSV ou array).",
        +  "type": [
        +    "string",
        +    "array"
        +  ]
        +}
      • addedInput schema / properties / in_reply_to
        Added value: +{
        +  "description": "Message-ID du mail auquel on répond (avec ou sans chevrons), pour threading IMAP/Gmail.",
        +  "type": "string"
        +}
      • addedInput schema / properties / references
        Added value: +{
        +  "description": "Chaîne References (Message-IDs séparés par espaces). Auto = in_reply_to si absent.",
        +  "type": "string"
        +}
  8. 1 tool update
    • Addedprepare_quote_email
  9. 2 tool updates
    • Addedfetch
    • Addedsearch
  10. 5 tool updates
    • First observedget_faq
    • First observedget_pricing
    • First observedget_services
    • First observedget_studio_info
    • First observedsend_quote_request

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources