Skip to main content
Glama
aymandakirgh

pinterest-mcp

by aymandakirgh

List claimed websites

pinterest_list_claimed_websites
Read-only

Fetch the websites claimed by your authenticated Pinterest account and their verification status to confirm which domains are verified and which still need verification.

Instructions

List the websites claimed by the authenticated account, with their verification status. Scope: user_accounts:read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookmarkNoOpaque cursor from a previous response's `bookmark` field. Omit for the first page.
page_sizeNoResults per page, 1-250. Pinterest defaults to 25.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and openWorldHint, so safety is covered without the description. The description adds the required scope (user_accounts:read) and the verification-status return content, but says nothing about pagination behavior beyond what the schema implies, nor about empty results.

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 clauses, front-loaded with the action and resource, zero waste. The scope note is efficiently appended.

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 no-required-param read tool whose annotations and schema carry the structure, this covers purpose and scope, but there is no output schema and the description does not explain the return shape beyond naming verification status, leaving moderate 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?

Schema description coverage is 100%, so both parameters (bookmark, page_size) are fully documented in the schema. The description adds no parameter detail. 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+resource (list claimed websites) and adds the extra content it returns (verification status). It does not name a sibling or distinguish itself from pinterest_get_user_account, but the resource is unambiguous.

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 implied by the read-only 'list' nature and the required user_accounts:read scope, but there is no explicit when-to-use/when-not guidance and no alternative named from the large sibling set.

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