Skip to main content
Glama

Turbify Store MCP Server

by benpeke

search_catalog_items

Search for catalog items in Turbify Store by matching keywords against item ID, name, or code fields to quickly find products.

Instructions

Search for items in the Turbify Store catalog. Note: This simple search only matches the keyword against item ID, name, or code fields. For more advanced search capabilities against other fields, use advanced_search_catalog_items. Args: keyword: Search keyword (matches against ID, name, or code fields only) start_index: Starting index for pagination (default: 1) end_index: Ending index for pagination (default: 100, max: 1000) Returns: JSON string with search results

Input Schema

NameRequiredDescriptionDefault
end_indexNo
keywordYes
start_indexNo

Input Schema (JSON Schema)

{ "properties": { "end_index": { "default": 100, "title": "End Index", "type": "integer" }, "keyword": { "title": "Keyword", "type": "string" }, "start_index": { "default": 1, "title": "Start Index", "type": "integer" } }, "required": [ "keyword" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/benpeke/turbify_store_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server