Skip to main content
Glama

Artsy Analytics MCP Server

by damassi

get_partner_time_series_analytics

Retrieve time-based analytics for Artsy partners, including metrics like pageviews or artwork published, over customizable periods with optional cumulative data views.

Instructions

Get time series data for partner analytics with optional cumulative view

Input Schema

NameRequiredDescriptionDefault
cumulativeNoWhether to show cumulative data over time
metricNoMetric to retrieve time series forpageviews
partnerIdYesPartner ID to get time series analytics for
periodNoTime period for time series 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 data over time", "type": "boolean" }, "metric": { "default": "pageviews", "description": "Metric to retrieve time series for", "enum": [ "pageviews", "artworkPublished" ], "type": "string" }, "partnerId": { "description": "Partner ID to get time series analytics for", "type": "string" }, "period": { "default": "FOUR_WEEKS", "description": "Time period for time series 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