Documentation
MCP Usage Guide
This MCP server exposes the Tungaloy Catalog Search API as tools for AI clients.
Tool Priority
Use the tools in this order:
smart_search_catalogsearch_catalogget_catalog_itemget_catalog_metadata
smart_search_catalog
Use this first for normal natural-language catalog questions.
Good use cases:
- Product names
- Family or series names
- Dimensions mixed with product wording
- Insert model prefixes
- Compatibility questions
- Ambiguous catalog wording
Tool arguments:
Code
search_catalog
Use this when the search is already structured or when raw search-control fields are needed.
Use this for:
nextSuggestedFilterscolumnDefinitionsresponseDefinitionshasMorenextOffset- controlled retries
- pagination
Tool arguments:
Code
get_catalog_item
Use this only when the user gives one exact item number.
Code
get_catalog_metadata
Use this to discover valid options or field definitions.
Code
Important Search Rules
- For normal user questions, call
smart_search_catalogfirst. - Use
search_catalogafter that only when raw fields, suggested filters, pagination, or a controlled structured retry is needed. - Product family names usually belong in
series. - Concrete model text usually belongs in
description. - Dimensional conditions belong in
filters. - For insert item searches, use
description=<insert model prefix>andITEMTYPE=I. - For compatible-tool searches, use
compatible_insert=<insert model>and do not addITEMTYPE=I. - Tool results are the source of truth. Do not invent item numbers, dimensions, compatibility, URLs, or product descriptions.
Last modified on