Skip to main content
Glama
aymandakirgh

pinterest-mcp

by aymandakirgh

Search my boards

pinterest_search_my_boards
Read-only

Search the authenticated user's own Pinterest boards by name and description to locate specific boards. Paginate results to browse large collections.

Instructions

Full-text search across the authenticated user's own boards. Scope: boards:read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch terms matched against the user's own board names and descriptions.
bookmarkNoOpaque cursor from a previous response's `bookmark` field. Omit for the first page.
page_sizeNoResults per page, 1-250. Pinterest defaults to 25.
ad_account_idNoAct on behalf of this ad account. Required only for business accounts operating on a shared asset.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and openWorldHint, so the safety profile is covered. The description adds genuinely useful auth context ('Scope: boards:read'), but says nothing about pagination behavior or result shape beyond what the schema implies.

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 short sentences with zero waste; the core action and scope are front-loaded before the auth note.

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

Completeness4/5

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

For a read-only search tool, annotations carry the safety profile and the schema fully documents inputs, so little is missing. No output schema is present, but the returned boards and cursor semantics are self-evident enough that the definition is adequate.

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%, with each of the four parameters fully documented (including the bookmark cursor and page_size range). The description adds no parameter detail, so the 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 (full-text search) and resource (boards) scoped to the authenticated user's own boards, which separates it from pinterest_list_boards (enumeration) and pinterest_search_my_pins (pins). It distinguishes reasonably from siblings but never names them 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?

The 'own boards' scoping plus full-text qualifier implies when this is appropriate versus a plain list, but there is no explicit when-to-use/when-not guidance or named alternative. Usage is left to inference.

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