Skip to main content
Glama

Turbify Store MCP Server

by benpeke

delete_items

Remove multiple catalog items simultaneously by specifying their IDs. This tool allows bulk deletion operations for managing your store inventory efficiently.

Instructions

Delete multiple items in a single operation. Args: item_ids: List of item IDs to delete Returns: JSON string with operation result

Input Schema

NameRequiredDescriptionDefault
item_idsYes

Input Schema (JSON Schema)

{ "properties": { "item_ids": { "items": { "type": "string" }, "title": "Item Ids", "type": "array" } }, "required": [ "item_ids" ], "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