Skip to main content
Glama

send_quote_request

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.

Input Schema

TableJSON 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

Each tool serves a distinct purpose: search/fetch for content, get_* for info categories, and quote-related tools for requests/admin. Minor overlap exists between get_pricing and get_services, which both mention tariffs, but they are otherwise clearly differentiated.

Naming Consistency4/5

Most tools follow a verb_noun pattern (get_faq, get_pricing, send_quote_request, prepare_quote_email), but 'fetch' and 'search' are bare verbs that deviate from the get_* style. All names are lowercase snake_case, so consistency is mostly preserved.

Tool Count5/5

With 8 tools, the server is well-scoped for a studio information and quote integration. Each tool adds value without redundancy, and the count is within the ideal range.

Completeness5/5

The server covers all core needs: searching and retrieving content, accessing service/pricing/FAQ/studio info, requesting quotes, and preparing admin emails. No major dead ends or missing operations for the apparent domain.

Resources