Skip to main content
Glama

Artsy Analytics MCP Server

by damassi

get_partner_top_content

Retrieve top-performing content (artworks, shows, artists, or viewing rooms) by views for a specific partner ID, within a defined period and result count. Supports focused content ranking analytics.

Instructions

Get top-performing content (artworks, shows, artists, or viewing rooms) by views

Input Schema

NameRequiredDescriptionDefault
firstNoNumber of top results to return
objectTypeNoType of content to rankARTWORK
partnerIdYesPartner ID to get top content for
periodNoTime period for content rankingsFOUR_WEEKS

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "first": { "default": 10, "description": "Number of top results to return", "type": "number" }, "objectType": { "default": "ARTWORK", "description": "Type of content to rank", "enum": [ "ARTWORK", "SHOW", "ARTIST", "VIEWING_ROOM" ], "type": "string" }, "partnerId": { "description": "Partner ID to get top content for", "type": "string" }, "period": { "default": "FOUR_WEEKS", "description": "Time period for content rankings", "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