Skip to main content
Glama

Artsy Analytics MCP Server

by damassi

get_partner_sales_time_series

Retrieve sales time series data for a specific partner, including revenue amounts, over customizable periods. Analyze trends by viewing cumulative sales or specific time frames for actionable insights.

Instructions

Get detailed sales analytics with time series data including revenue amounts

Input Schema

NameRequiredDescriptionDefault
cumulativeNoWhether to show cumulative sales over time
partnerIdYesPartner ID to get sales time series for
periodNoTime period for sales dataFOUR_WEEKS

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cumulative": { "default": false, "description": "Whether to show cumulative sales over time", "type": "boolean" }, "partnerId": { "description": "Partner ID to get sales time series for", "type": "string" }, "period": { "default": "FOUR_WEEKS", "description": "Time period for sales data", "enum": [ "FOUR_WEEKS", "SIXTEEN_WEEKS", "ONE_YEAR" ], "type": "string" } }, "required": [ "partnerId" ], "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/damassi/mcp-tests'

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