Skip to main content
Glama

ablakarajanlat.hu Nyílászáró MCP

confirm_quote

A request_quote MÁSODIK lépése: az ügyfél email-címére küldött 6 jegyű megerősítő kód beváltása. A kódot a FELHASZNÁLÓTÓL kérd el (a saját postafiókjában találja) — SOHA ne találd ki és ne próbálgasd (5 hibás próba után a kérés zárolódik). Sikeres megerősítés után jut el az ajánlatkérés a munkatársakhoz. Step 2 of request_quote: redeem the 6-digit email code obtained from the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesA felhasználó email-jére érkezett 6 jegyű kód (a felhasználótól kérd el).
leadIdYesA request_quote válaszában kapott leadId.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the lockout policy and states that successful confirmation forwards the request. However, it does not describe potential error cases or the response format, which would enhance transparency.

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 relatively concise, with the key information front-loaded. The bilingual content adds some length, but each sentence serves a purpose. It could be slightly more streamlined by removing the Hungarian, but it's still efficient.

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 no output schema, the description should ideally explain return values or success/failure indicators. It covers lockout behavior but lacks information on what the agent should expect after successful confirmation or in case of errors. Somewhat incomplete for a crucial step.

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 baseline is 3. The description adds context that leadId comes from request_quote response and code from user email, but this is already in the schema descriptions. No additional parameter semantics beyond what the schema 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 explicitly states it is the second step of request_quote, redeeming a 6-digit code to confirm. The verb 'confirm' and resource 'quote' are clear, and it distinguishes itself from siblings (e.g., request_quote is the first step, get_price_estimate and list_inventory are unrelated).

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 gives clear when-to-use: after request_quote. It instructs to ask the user for the code, warns against guessing or trying codes, and mentions the lockout after 5 wrong attempts. This provides explicit usage context and constraints.

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

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct action: requesting a two-step quote, confirming it, getting a price estimate, and listing inventory. No overlap or confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case: request_quote, confirm_quote, get_price_estimate, list_inventory.

Tool Count5/5

Four tools is well-scoped for a window and door ordering server, covering the essential customer-facing actions without excess.

Completeness4/5

Covers core workflows (price inquiry, stock check, quote request with confirmation). Missing a tool to view or manage existing quotes, but the surface is functional for initial use.

Resources