Skip to main content
Glama

Artsy Analytics MCP Server

by damassi

get_partner_modern_pageviews

Retrieve pageview analytics for specific partners using the modern schema, with options to include time series data and choose period ranges like four weeks, sixteen weeks, or one year.

Instructions

Get detailed pageview analytics using the modern pageview schema with time series support

Input Schema

NameRequiredDescriptionDefault
cumulativeNoWhether time series should be cumulative
includeTimeSeriesNoWhether to include time series data
partnerIdYesPartner ID to get modern pageview analytics for
periodNoTime period for pageview dataFOUR_WEEKS

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cumulative": { "default": false, "description": "Whether time series should be cumulative", "type": "boolean" }, "includeTimeSeries": { "default": true, "description": "Whether to include time series data", "type": "boolean" }, "partnerId": { "description": "Partner ID to get modern pageview analytics for", "type": "string" }, "period": { "default": "FOUR_WEEKS", "description": "Time period for pageview 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