Skip to main content
Glama

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

get_price_estimate

Tájékoztató bruttó (ÁFA-s) ár EGYEDI MÉRETŰ (méretre gyártott) műanyag ABLAKRA vagy AJTÓRA. Custom-size gross price — élőben számolt, nincs fix SKU; a szerkesztő (Genesis) kalkulátorával egyező ár. Ajtó = egyedi Aluplast ajtó alapkivitel (a raktári CanDo ajtók külön, fix áron — ld. list_inventory). A végleges ár helyszíni felmérés után pontos. Forrás: ablakarajanlat.hu.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNowindow=ablak, door=egyedi ajtówindow
colorNoSzín, pl. Fehér, Antracit, Aranytölgy
glazingNo2 vagy 3 rétegű üveg
quantityNoDarabszám
width_cmYesSzélesség cm-ben
height_cmYesMagasság cm-ben

TDQS

A4.5/5.0
Behavior4/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 price is a live estimate matching the calculator, includes VAT, and is subject to change after survey. No destructive or mutable behavior is implied, sufficient for an estimation tool.

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 front-loaded with the core purpose, but includes bilingual text (Hungarian and English) which, while helpful, adds some redundancy. Overall it is efficient and logically 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?

For a price estimation tool with a complete input schema, the description covers the purpose, usage scope, and constraints. No output schema exists, but the description clarifies the output is a gross price. Minor omission: does not specify the output format (e.g., currency unit), but the core information 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?

Schema coverage is 100%, and the description adds value by explaining the context: 'type' maps to window/door, 'color' includes examples, 'glazing' indicates double/triple, and dimensions are for custom sizes. It also links 'door' to custom Aluplast doors, reinforcing the sibling distinction.

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 provides a gross (VAT-inclusive) price for custom-size plastic windows or doors, using a live calculation matching the Genesis editor. It distinguishes from siblings by explicitly noting that standard inventory doors are handled by list_inventory.

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 explains when to use the tool (custom-size windows/doors) and when not (standard CanDo doors, which are priced separately via list_inventory). It also notes that the final price is determined after on-site survey, setting expectations correctly.

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