Skip to main content
Glama

Turbify Store MCP Server

by benpeke

update_items

Modify catalog items in Turbify Merchant Solutions by providing item IDs and updated values. HTML content must be wrapped in CDATA tags, while TableId and Id fields remain unchanged.

Instructions

Update items in Turbify Merchant Solutions catalog using the Catalog API. TableId and Id cannot be updated. HTML included in the request values must be contained within CDATA tags. Args: items: List of item dictionaries to update. Each item must have: - id (str): Unique item ID, this cannot be updated 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