Skip to main content
Glama
aymandakirgh

pinterest-mcp

by aymandakirgh

Get top performing video pins

pinterest_get_top_video_pins
Read-only

Rank an account's video pins on Pinterest by a chosen video metric over a date window to identify high-performing videos for analytics.

Instructions

Rank the account's video pins by a video metric over a date window. Scope: user_accounts:read and pins:read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sort_byNoVideo metric to rank by, e.g. VIDEO_MRC_VIEW, VIDEO_AVG_WATCH_TIME, VIDEO_V50_WATCH_TIME, QUARTILE_95_PERCENT_VIEW.
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_formatNo
start_dateYesStart of the window, inclusive. Date as YYYY-MM-DD. Must be within the last 90 days and no later than today.
num_of_pinsNo
content_typeNo
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_contentNo
created_in_last_n_daysNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds the required OAuth scopes (user_accounts:read and pins:read), which is useful behavioral context for a read tool. It does not describe pagination, result ordering behavior beyond metric sorting, or rate limits.

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

Conciseness4/5

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

Two tight sentences with no waste; the operation and scope are front-loaded. Efficient, though the scope sentence is somewhat boilerplate.

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 11 parameters, no output schema, and only 55% schema coverage, the description is thin. It covers the core operation and auth scope but leaves many parameters (sort_by, metric_types, filtering enums, ad_account_id) for the agent to infer solely from schema.

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 coverage is 55%, with the required date params and metric_types documented in the schema. The description adds no parameter detail — no mention of date-window constraints, sort_by metric values, or defaults. Baseline 3 given partial schema coverage and the description carrying little of the gap.

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+resource: 'Rank the account's video pins by a video metric over a date window' — clearly identifies ranking operation over video pins. It doesn't explicitly differentiate from the sibling pinterest_get_top_pins, which is a near-identical tool for non-video pins, but the 'video' qualifier does imply the distinction.

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?

Implied usage: 'Rank the account's video pins by a video metric over a date window' tells you what it does but not when to choose it over pinterest_get_top_pins or pinterest_get_pin_analytics. No exclusions or alternatives named despite several analytics siblings.

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