Skip to main content
Glama
damassi

Artsy Analytics MCP Server

by damassi

get_partner_activity_stats

get_partner_activity_stats

Retrieve partner activity statistics, including pageviews, artwork views, and unique visitors, for specified time periods such as four weeks, sixteen weeks, or one year.

Instructions

Get partner activity analytics including pageviews, artwork views, and unique visitors

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
partnerIdYesPartner ID to get analytics for
periodNoTime period for analytics dataFOUR_WEEKS
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It states this is a 'Get' operation (implying read-only), but doesn't mention authentication requirements, rate limits, response format, or whether it returns aggregated vs. raw data. For a tool with no annotation coverage, this leaves significant behavioral gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that immediately states the tool's purpose. Every word contributes meaning without redundancy or unnecessary elaboration, making it easy to parse and understand quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only analytics tool with 2 parameters and no output schema, the description provides basic purpose but lacks important context. Without annotations or output schema, it should explain more about what the analytics include, how data is returned, and when to choose this over sibling tools. The description is minimally adequate but has clear gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description doesn't add any parameter information beyond what's already in the schema (which has 100% coverage). It doesn't explain what 'partner activity analytics' means in relation to the parameters, provide examples of partner IDs, or clarify the time period options. With complete schema coverage, the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Get' and the resource 'partner activity analytics', specifying the types of analytics included (pageviews, artwork views, unique visitors). It distinguishes from some siblings by focusing on general activity stats rather than specific aspects like sales or inquiries, but doesn't explicitly differentiate from all alternatives like 'get_partner_complete_analytics'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus the many sibling alternatives. There's no mention of prerequisites, use cases, or comparisons to similar tools like 'get_partner_complete_analytics' or 'get_partner_audience_stats', leaving the agent to guess based on tool names alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Related Tools

Latest Blog Posts

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