Skip to main content
Glama

Artsy Analytics MCP Server

by damassi

get_partner_top_artworks

Retrieve a ranked list of a partner's most viewed artworks within a specified time period, using the partner ID and optional parameters for time range and result limit to analyze artwork performance.

Instructions

Get partner's most viewed artworks with ranking data

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of top artworks to return
partnerIdYesPartner ID to get top artworks for
periodNoTime period for ranking dataFOUR_WEEKS

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 15, "description": "Number of top artworks to return", "maximum": 50, "minimum": 1, "type": "integer" }, "partnerId": { "description": "Partner ID to get top artworks for", "type": "string" }, "period": { "default": "FOUR_WEEKS", "description": "Time period for ranking 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