Skip to main content
Glama

Turbify Store MCP Server

by benpeke

create_items

Add new products to your Turbify Store catalog with required details like ID, name, price, and table assignment. Returns creation results with success status.

Instructions

Create items in Turbify Merchant Solutions catalog using the Catalog API. HTML included in the request values must be contained within CDATA tags. Args: items: List of item dictionaries to create. Each item must have: - id (str): Unique item ID - name (str): Item name - price (float): Item price - orderable (bool): Whether item is orderable - taxable (bool): Whether item is taxable - table_id (str): Table ID where item belongs - custom_data (list, optional): List of {"name": str, "value": str} custom attributes Returns: JSON string with creation results including success status and any error messages

Input Schema

NameRequiredDescriptionDefault
itemsYes

Input Schema (JSON Schema)

{ "properties": { "items": { "items": { "$ref": "#/$defs/CatalogItem" }, "title": "Items", "type": "array" } }, "required": [ "items" ], "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