Skip to main content
Glama

CS-Cart MCP Server

by hungryweb

delete_product

Remove a product from a CS-Cart store by specifying its ID. Use this tool to maintain accurate product listings and manage inventory effectively.

Instructions

Delete a product from the store

Input Schema

NameRequiredDescriptionDefault
product_idYesProduct ID to delete

Input Schema (JSON Schema)

{ "properties": { "product_id": { "description": "Product ID to delete", "type": "number" } }, "required": [ "product_id" ], "type": "object" }
Install Server

Other Tools from CS-Cart MCP Server

Related Tools

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/hungryweb/cscart-mcp'

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