Skip to main content
Glama

CS-Cart MCP Server

by hungryweb

get_categories

Retrieve a list of product categories from CS-Cart stores. Filter by parent category ID or status (Active, Disabled, Hidden) to streamline product management.

Instructions

Get list of product categories

Input Schema

NameRequiredDescriptionDefault
parent_idNoParent category ID (0 for root categories)
statusNoCategory status filter (A=Active, D=Disabled, H=Hidden)

Input Schema (JSON Schema)

{ "properties": { "parent_id": { "default": 0, "description": "Parent category ID (0 for root categories)", "type": "number" }, "status": { "description": "Category status filter (A=Active, D=Disabled, H=Hidden)", "enum": [ "A", "D", "H" ], "type": "string" } }, "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