Skip to main content
Glama

CS-Cart MCP Server

by hungryweb

get_sales_statistics

Retrieve detailed sales data for custom or predefined periods in CS-Cart stores. Analyze performance by day, week, month, or year using start and end date inputs for tailored insights.

Instructions

Get sales statistics for a specific period

Input Schema

NameRequiredDescriptionDefault
periodNoTime period (D=Today, W=This week, M=This month, Y=This year)M
time_fromNoStart date for custom period (YYYY-MM-DD)
time_toNoEnd date for custom period (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "period": { "default": "M", "description": "Time period (D=Today, W=This week, M=This month, Y=This year)", "enum": [ "D", "W", "M", "Y" ], "type": "string" }, "time_from": { "description": "Start date for custom period (YYYY-MM-DD)", "type": "string" }, "time_to": { "description": "End date for custom period (YYYY-MM-DD)", "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