XFish Horgász Webáruház
Server Details
XFish.hu Hungarian fishing tackle webshop. Search 90000+ products by category, brand, price.
- Status
- Healthy
- Uptime
- 85.6% over 37 days
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-03-26
- URL
TDQS
Scored across 4 tools
Each tool has a distinct purpose: listing categories, listing manufacturers, fetching product details, and searching products. There is no overlap between these operations, and the descriptions clearly delineate their scope.
All tool names follow a consistent snake_case verb_noun pattern (get_categories, get_manufacturers, get_product_details, search_products). The use of 'get_' and 'search_' is semantically appropriate and predictable.
Four tools are well-scoped for a product catalog API, covering discovery (search) and reference data (categories, manufacturers) plus detail retrieval. Each tool earns its place without redundancy.
The surface covers core product browsing workflows (search, details, categories, manufacturers). However, it lacks some potentially useful operations like retrieving multiple products by IDs or fetching related products, but agents can work around these gaps.
Available Tools
4 toolsget_categoriesAInspect
Kategóriák listázása az XFish.hu webáruházból. Visszaadja a kategóriafát: ID, név, szülő, termékszám.
| Name | Required | Description | Default |
|---|---|---|---|
| parent_id | No | Szülő kategória ID (0 = legfelső szint) | |
| webshop_id | No | Bolt ID: 0=Horgász, 1=Játék, 2=Kisállat, 3=Barkács (alapértelmezett: 0) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must convey behavioral traits. It indicates it returns a category tree with fields, but doesn't disclose if it's read-only, authentication needs, or pagination behavior. Adequate for a simple list but lacks depth.
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 two sentences, front-loaded with the main action, and no unnecessary words. It achieves clarity with minimal length.
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's simplicity (2 parameters, no output schema), the description is reasonably complete: it names the domain (XFish.hu webshop), indicates the return structure (category tree), and the schema covers parameters. Missing error cases or return size limits, but not critical.
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?
Both parameters (parent_id, webshop_id) are fully described in the input schema with descriptions and defaults. The tool description does not add additional meaning beyond the schema, so baseline 3 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 it lists categories and returns a category tree with specific fields (ID, name, parent, product count). This distinguishes it from sibling tools like get_manufacturers or search_products.
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?
While the description makes it clear this is for fetching categories, it doesn't explicitly state when to use this tool versus alternatives or mention any prerequisites or exclusions. The context is implied but not explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_manufacturersAInspect
Gyártók/márkák listázása az XFish.hu webáruházból. Visszaadja a gyártó ID-kat, amelyek a search_products manufacturer_id paraméteréhez szükségesek.
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Gyártónév szűrés (opcionális, pl: "shimano", "daiwa") | |
| webshop_id | No | Bolt ID: 0=Horgász, 1=Játék, 2=Kisállat, 3=Barkács (alapértelmezett: 0) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description bears full responsibility for behavioral disclosure. It only states that the tool returns manufacturer IDs, omitting information about read-only nature, authentication, rate limits, pagination, or whether it fetches all records. This is insufficient for transparency.
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?
Two sentences, zero wasted words. First sentence states purpose, second links to another tool and specifies output value. Excellent conciseness.
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?
For a simple list tool with no output schema, the description covers the core purpose and usage link. However, it is vague about the return format (e.g., whether it includes names alongside IDs) and does not mention the webshop_id parameter's effect on results.
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 no additional semantics beyond what the schema provides; it does not elaborate on how the parameters affect output or provide usage examples.
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 lists manufacturers/brands from the XFish.hu webshop and specifies that the output (manufacturer IDs) is needed for the search_products tool's manufacturer_id parameter. This distinguishes it from sibling tools like get_categories and get_product_details.
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 clear context: the tool is used to obtain manufacturer IDs for filtering in search_products. It implicitly tells when to use it (before search_products with a manufacturer filter), but does not explicitly mention when not to use it or compare to alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_product_detailsAInspect
Egy adott termék részletes adatainak lekérdezése: név, ár, leírás, készlet, kép, gyártó, cikkszám.
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | Termék ID (a search_products által visszaadott id mező) |
TDQS
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 states the tool returns detailed data but does not disclose that it is a read-only operation, whether errors occur for invalid IDs, or any side effects. While the name implies a read, the description could be more explicit about safety and 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 a single sentence that conveys the purpose and key details without any unnecessary words. It is front-loaded and efficient.
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?
For a simple lookup tool with one parameter and no output schema, the description adequately covers the purpose and output fields. However, it does not mention error handling or edge cases (e.g., non-existent product), which would make it more complete.
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 100%, and the description adds context beyond the type by stating the product_id comes from the search_products tool's 'id' field. This provides valuable integration guidance, raising the score above the baseline of 3.
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 it queries detailed data of a given product and lists the fields returned (név, ár, leírás, etc.). It distinguishes from sibling tools like search_products (which likely returns summary info) and get_categories/get_manufacturers (which handle different entities). The verb 'lekérdezése' (query) and resource 'termék' are specific.
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 does not explicitly state when to use this tool versus alternatives. It implies usage when you have a product ID and need full details, but it lacks when-not scenarios or prerequisites. The schema description mentions the ID comes from search_products, which provides a hint, but overall guidance is minimal.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_productsAInspect
Termékkereső az XFish.hu horgász webáruházban. Keresés szöveg, kategória, gyártó, márka, ár és készlet alapján. Magyar és angol keresés is működik.
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Rendezés: relevance=releváns, price_asc=legolcsóbb, price_desc=legdrágább, name_asc=névsor | relevance |
| brand | No | Márkanév szűrő (pl: "Shimano", "Daiwa", "Fox"). Pontos gyártóra szűr. Ha a query tartalmazza a márkát, az automatikusan felismeri. | |
| limit | No | Találatok száma (1-50, alapértelmezett: 10) | |
| query | No | Keresőkifejezés — a termék típusa (pl: "feeder bot", "bojli 20mm", "pergető orsó"). Ha a brand-et is megadod, a query csak a típust tartalmazza. | |
| max_price | No | Maximum bruttó ár (Ft) | |
| min_price | No | Minimum bruttó ár (Ft) | |
| webshop_id | No | Bolt ID: 0=Horgász, 1=Játék, 2=Kisállat, 3=Barkács (alapértelmezett: 0) | |
| category_id | No | Kategória ID szűrés (a get_categories tool-ból kapott ID) | |
| in_stock_only | No | Csak raktáron lévő termékek (alapértelmezett: igen) | |
| manufacturer_id | No | Gyártó ID szűrés (a get_manufacturers tool-ból kapott ID) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full burden. It mentions Hungarian and English search support, but does not disclose behavioral traits like authentication needs, rate limits, data freshness, or return format. The description adds minimal behavioral context beyond what is obvious from the name and schema.
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 two short sentences, front-loading the tool's purpose and key search dimensions. Every word is useful; no redundancy. Highly efficient.
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 10 parameters and no output schema, the description is clear on search dimensions but omits expected return format (e.g., product list with fields). It does not address pagination beyond the limit parameter. It references category and manufacturer IDs from sibling tools in schema, but not in description. Adequate but incomplete for a fully informed agent.
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 a multilingual capability note not present in schema, but otherwise does not significantly enhance parameter meaning beyond what schema already provides.
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 it's a product search tool for the XFish.hu fishing webshop and lists the search criteria (text, category, manufacturer, brand, price, stock). It distinguishes from sibling tools (get_categories, get_manufacturers, get_product_details) by its search focus.
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 searching products but does not explicitly state when to use this tool vs alternatives. It mentions category and manufacturer IDs referring to other tools in schema descriptions, but no explicit 'when-not-to-use' or alternatives in the main description.
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.
4 tool updates
- Changed
get_categories4 fields changed- added
Input schema / properties / parent_id / defaultAdded value: +0 - added
Input schema / properties / webshop_id / defaultAdded value: +0 - changed
Input schema / properties / webshop_id / descriptionPrevious value: -"Bolt ID (0=Horgász, 1=Játék, 2=Kisállat, 3=Barkács). Alapértelmezett: 0"New value: +"Bolt ID: 0=Horgász, 1=Játék, 2=Kisállat, 3=Barkács (alapértelmezett: 0)" - added
Input schema / properties / webshop_id / enumAdded value: +[ + 0, + 1, + 2, + 3 +]
- Added
get_manufacturers - Changed
get_product_details1 field changed- changed
Input schema / properties / product_id / descriptionPrevious value: -"Termék ID"New value: +"Termék ID (a search_products által visszaadott id mező)"
- Changed
search_products13 fields changed- added
Input schema / properties / brandAdded value: +{ + "description": "Márkanév szűrő (pl: \"Shimano\", \"Daiwa\", \"Fox\"). Pontos gyártóra szűr. Ha a query tartalmazza a márkát, az automatikusan felismeri.", + "type": "string" +} - added
Input schema / properties / in_stock_onlyAdded value: +{ + "default": true, + "description": "Csak raktáron lévő termékek (alapértelmezett: igen)", + "type": "boolean" +} - added
Input schema / properties / limit / defaultAdded value: +10 - changed
Input schema / properties / limit / descriptionPrevious value: -"Találatok száma (max 50, alapértelmezett: 10)"New value: +"Találatok száma (1-50, alapértelmezett: 10)" - added
Input schema / properties / limit / maximumAdded value: +50 - added
Input schema / properties / limit / minimumAdded value: +1 - changed
Input schema / properties / manufacturer_id / descriptionPrevious value: -"Gyártó ID szűrés"New value: +"Gyártó ID szűrés (a get_manufacturers tool-ból kapott ID)" - added
Input schema / properties / max_price / minimumAdded value: +0 - added
Input schema / properties / min_price / minimumAdded value: +0 - added
Input schema / properties / query / defaultAdded value: +"" - changed
Input schema / properties / query / descriptionPrevious value: -"Keresőkifejezés (pl: \"shimano feeder bot\", \"bojli 20mm\", \"pontyozó orsó\")"New value: +"Keresőkifejezés — a termék típusa (pl: \"feeder bot\", \"bojli 20mm\", \"pergető orsó\"). Ha a brand-et is megadod, a query csak a típust tartalmazza." - added
Input schema / properties / sortAdded value: +{ + "default": "relevance", + "description": "Rendezés: relevance=releváns, price_asc=legolcsóbb, price_desc=legdrágább, name_asc=névsor", + "enum": [ + "relevance", + "price_asc", + "price_desc", + "name_asc" + ], + "type": "string" +} - added
Input schema / properties / webshop_idAdded value: +{ + "default": 0, + "description": "Bolt ID: 0=Horgász, 1=Játék, 2=Kisállat, 3=Barkács (alapértelmezett: 0)", + "enum": [ + 0, + 1, + 2, + 3 + ], + "type": "integer" +}
3 tool updates
- First observed
get_categories - First observed
get_product_details - First observed
search_products
Related MCP Connectors
Magyar uniós pályázatok, feltételek, összegek, határidők és útmutatók forrásolt keresője.
Carp fishing lakes in France: search venues, check availability, get week prices, book.
Full text and amendment history of Hungarian acts: section-level search, point-in-time text, diffs.
Search ~8.5M products from 2,500+ Central European e-shops. Semantic, keyword, GTIN lookup.
Related MCP Servers
- AlicenseAqualityDmaintenancePolish phone number lookup: who called, spam and scam checks, UKE DNO registry, CERT phishing stats51MIT
- AlicenseNot gradedqualityFmaintenanceQuery 4,326 Hungarian laws (Ptk., Mt., Btk., etc.) from MCP-compatible clients. Includes full-text search, citation validation, and EU law mapping.40 npm24Apache 2.0
- AlicenseNot gradedqualityDmaintenanceSearch product catalogs across thousands of Central European e-shops. Semantic search, keyword matching, GTIN/EAN lookup — via REST API or MCP. \~2,500 e-shops | ~8.5M products | 7 countries (CZ, SK, PL, HU, RO, DE, AT)MIT
- AlicenseAqualityCmaintenanceEnables searching products, retrieving product details, listing stores, checking stock availability, and comparing prices across Czech DIY retailers.5MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.