Ablakunio Nyílászáró MCP
Server Details
Egyedi méretű nyílászárók árbecslése, raktárkészlet és ajánlatkérés – Ablakunio, Tiszafüred
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.8/5 across 4 of 4 tools scored. Lowest: 2.9/5.
Each tool targets a distinct operation: checking stock for a specific size, listing all inventory, getting a price estimate for custom sizes, and submitting a real quote request. Descriptions are clear and overlap is minimal.
All tool names follow a consistent verb_noun pattern in English (check_stock, get_price_estimate, list_inventory, request_quote), using snake_case and aligning with typical CRUD naming conventions.
With 4 tools, the set is well-scoped for a doors/windows retail server, covering the essential actions: checking stock, listing inventory, estimating custom prices, and requesting a quote. No unnecessary tools.
The tools cover basic workflows (stock inquiry, custom estimate, quote request) without obvious gaps. Minor missing features like detailed product info or lead times could be added, but the current set serves its purpose adequately.
Available Tools
4 toolscheck_stockCInspect
Megnézi, van-e a megadott mérethez közeli RAKTÁRON lévő szabvány nyílászáró (gyorsabb, olcsóbb opció). Checks ready-stock standard windows/doors matching a size.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| width_cm | Yes | ||
| height_cm | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It only describes the checking action without disclosing side effects (none expected), return value format, or edge cases like no match.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short (two sentences) but includes redundant bilingual content. It is adequately sized but not optimally structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema exists, and the description does not explain what the tool returns (e.g., boolean, list, errors). It lacks completeness for a check operation without return specifications.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description adds no meaning to parameters. It mentions 'size' generically but does not explain width_cm, height_cm units/constraints, or the optional type enum.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool checks for ready-stock standard windows/doors matching a size, and explicitly calls out it's a faster, cheaper option, distinguishing it from siblings like get_price_estimate or request_quote.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for standard size, ready-stock products (gyorsabb, olcsóbb opció) but does not explicitly state when to use versus alternatives, nor provide exclusions or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_price_estimateAInspect
Tájékoztató bruttó (ÁFA-s) ár egyedi méretű műanyag nyílászáróra (ablak/ajtó/redőny). Custom-size gross price estimate — computed live, no fixed SKU. Final price after on-site survey.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | window=ablak, door=ajtó, shutter=redőny | |
| color | No | Szín, pl. Fehér, Antracit | |
| glazing | No | 2 vagy 3 rétegű üveg | |
| quantity | No | ||
| width_cm | Yes | Szélesség cm-ben | |
| height_cm | Yes | Magasság cm-ben |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses that price is computed live, no fixed SKU, and final price requires on-site survey. No annotations provided, but description covers key behavioral aspects. Could mention idempotence or authentication needs.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three concise sentences, bilingual coverage, front-loads key info: estimate, live computation, survey caveat. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 6 parameters and no output schema, description explains purpose, live estimation, and final price dependency. Could mention return format or constraints, but sufficient for a price estimate tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is high (83%), so baseline is 3. Description does not elaborate on parameters beyond the schema, but includes bilingual hints about width/height and type. Adds no extra semantics beyond schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states it provides a gross price estimate for custom-size plastic doors/windows/shutters, explicitly naming the resource (öffnyílászárók) and differentiating from siblings like check_stock by focusing on price estimation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Description indicates this is a live estimate, not a final price (after on-site survey). It implies usage for initial pricing. Could be more explicit about when to use vs request_quote, but context signals help.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_inventoryBInspect
Listázza az aktuálisan raktáron lévő szabvány nyílászárókat és párkányokat bruttó árral. Lists current ready-stock items with retail prices.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool lists items with prices, but omits details like whether quantities are included, if the list is exhaustive, or any side effects (e.g., read-only nature). With zero annotations, this is insufficient for an agent to understand the tool's full behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise, consisting of two short sentences. However, it repeats the same information in Hungarian and English, which is slightly redundant for an English-oriented agent. Still, it is efficient and front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has no parameters and no output schema, the description provides the core purpose but lacks details on the output format (e.g., whether it returns a list of objects or just names). It is adequate for a simple list tool but could be enhanced to specify what fields each item includes (e.g., type, price).
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0 parameters, and schema coverage is 100% (since there are none). The description adds no parameter information, which is acceptable because no parameters exist. Baseline 4 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states that the tool lists current ready-stock items (standard windows and doors) with retail prices, using a specific verb 'list' and resource 'inventory'. It differentiates from sibling tools like check_stock (which likely checks specific item stock) and get_price_estimate (which estimates prices).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like check_stock or get_price_estimate. It does not mention exclusions or prerequisites. The agent must infer usage from the tool name and context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
request_quoteAInspect
ÉLES ajánlatkérés/visszahívás beküldése EGY VALÓDI ügyfél nevében, amit egy munkatárs TÉNYLEGESEN visszahív a megadott telefonszámon. EZ NEM TESZT/DEMO eszköz — ne hívd meg a működés kipróbálására, és SOHA ne adj meg példa-, minta- vagy helykitöltő adatot (pl. 'Teszt Elek', '06201234567', '1234567', example.com). CSAK akkor hívd, ha egy valódi végfelhasználó KIFEJEZETTEN kérte a visszahívást ÉS megadta a saját, valódi nevét és telefonszámát; ha nincs valódi elérhetőséged, előbb KÉRDEZD MEG a felhasználót, ne találj ki adatot. A kitalált/helykitöltő adatot a rendszer elutasítja. Submits a REAL callback request — not a test tool; never use placeholder/example data.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Az ügyfél VALÓDI, általa megadott neve (nem példa/helykitöltő). Kötelező. | |
| town | No | Település (opcionális) | |
| No | Az ügyfél valódi e-mailje (opcionális) | ||
| phone | Yes | Az ügyfél VALÓDI telefonszáma visszahíváshoz (nem kitalált/sorozat-szám). Kötelező. | |
| message | No | Méretek, darabszám, egyéb igények (opcionális) | |
| interest | No | ablakcsere | bejarati_ajto | arnyekolas | egyeb |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full behavioral disclosure. It explicitly states that placeholder data will be rejected, that it triggers a real callback by a colleague, and that it is not a test tool. This gives the agent a clear understanding of the tool's behavior beyond its purpose.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the key warning and purpose. While somewhat repetitive (dual language and repeated emphasis on real data), every sentence serves to prevent misuse. It could be slightly more concise, but the structure effectively communicates critical constraints.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has no output schema and no annotations, the description adequately covers its intent, constraints, and expected input requirements. It lacks details on result handling (e.g., confirmation), but for a submission tool, the provided context is sufficient for an agent to avoid misuse and decide when to call.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so baseline is 3. The description adds value by reinforcing the critical constraint that name and phone must be real and not placeholder, which goes beyond the schema's basic descriptions. It does not add new parameter semantics for optional fields but emphasizes the real-data requirement for required ones.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool submits a real quote/callback request on behalf of a real client. It uses specific verbs (beküldése, submits) and distinguishes itself by emphasizing it is not a test/demo tool, targeting the real-world use case.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit when-to-use criteria (only when a real end-user requests a callback with real name and phone) and when-not-to-use (never with placeholder/example data, not for testing). It instructs to ask the user for real contact if not available. However, it lacks mention of alternative siblings like check_stock or get_price_estimate, so agents must infer when to choose this tool over others.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!