Skip to main content
Glama
aymandakirgh

pinterest-mcp

by aymandakirgh

Get account analytics

pinterest_get_user_analytics
Read-only

Retrieve daily Pinterest account analytics for a date window up to 90 days, filtered by pin source, format, surface, content type, and selected metrics.

Instructions

Daily account-level analytics over a date window of up to 90 days. Scope: user_accounts:read and pins:read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNoWhether the metrics cover your pins, others' pins of your content, or both.
end_dateYesEnd of the window, inclusive. Date as YYYY-MM-DD. Must be within the last 90 days and no later than today.
app_typesNoRestrict to a surface. Defaults to ALL.
pin_formatNoRestrict to a pin format.
start_dateYesStart of the window, inclusive. Date as YYYY-MM-DD. Must be within the last 90 days and no later than today.
split_fieldNoBreak results down by a dimension, e.g. PIN_FORMAT, CONTENT_TYPE, SOURCE.
content_typeNoOrganic, paid, or both.
metric_typesNoMetrics to return. Common values: ENGAGEMENT, IMPRESSION, PIN_CLICK, OUTBOUND_CLICK, SAVE, SAVE_RATE, TOTAL_AUDIENCE, ENGAGED_AUDIENCE, PROFILE_VISIT, USER_FOLLOW. Omit for all available.
ad_account_idNoAct on behalf of this ad account. Required only for business accounts operating on a shared asset.
from_claimed_contentNoFilter by whether the content comes from a claimed domain.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already establish readOnlyHint and openWorldHint, so the lower bar applies. The description still adds non-structured context: the required OAuth scopes and the 90-day date-window ceiling. It omits rate-limit or pagination behavior, but the auth-scope disclosure is exactly the kind of added value credited at this level.

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?

Two sentences with zero filler, and the most important scoping fact (daily, account-level, 90-day window) is front-loaded ahead of the permission note.

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?

With no output schema, the description is the only place that could characterize the returned metrics, and it stops at 'daily account-level analytics' without describing the shape of the response or the split_field behavior. Combined with read-only annotations and a fully documented 10-param schema, this is adequate but leaves a real gap for a reporting tool.

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?

Schema description coverage is 100% across all 10 parameters, including enum meanings and the 'omit for all available' behavior of metric_types, so the schema carries the semantics. The description adds only the 90-day window constraint, which is already echoed in the start_date/end_date schema text, so baseline 3 applies.

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?

States a specific verb (get) and resource (account-level analytics) plus the granularity (daily) and window limit (up to 90 days). The 'account-level' qualifier implicitly separates it from per-pin siblings like pinterest_get_pin_analytics, but no sibling is named explicitly.

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

Usage Guidelines3/5

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

Usage is only implied: an agent can infer this is for aggregate account reporting rather than per-pin reporting. It does add a prerequisite signal by naming the required OAuth scopes (user_accounts:read, pins:read), but it never says when to prefer this over pinterest_get_pin_analytics, pinterest_get_multi_pin_analytics, or pinterest_get_top_pins.

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