Skip to main content
Glama
N-Graves

pinterest-mcp

by N-Graves

pinterest_get_pin

Get full details of a Pinterest pin using its ID. This read-only action fetches pin information for a specific pin.

Instructions

Fetch one pin's details by id. Safe read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pin_idYesThe pin id
Behavior3/5

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

No annotations are provided, so the description must convey safety traits. It adds 'Safe read', indicating a read-only operation, which is helpful. But it omits other behavioral details like error handling, permissions, or return format, leaving the full burden partially unmet.

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 extremely concise, consisting of two short sentences that front-load the primary action. Every word contributes value, with no redundancy or filler.

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?

This is a simple single-parameter tool with no output schema or annotations. The description explains its core function adequately. It could be more complete by detailing what 'details' include, but the minimal complexity makes this a minor gap.

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 schema already fully describes pin_id as 'The pin id' (100% coverage). The description's 'by id' reinforces the parameter but adds no new meaning beyond the schema, so 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.

Purpose5/5

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

The description 'Fetch one pin's details by id' uses a specific verb and resource, clearly indicating the tool fetches a single pin's data. The phrase 'one pin' distinguishes it from sibling tools like list_pins and get_pin_analytics.

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 description implies usage for retrieving a single pin by ID, which contrasts with listing all pins. However, it does not explicitly mention when to use this tool over alternatives or provide exclusions, so guidance is implicit rather than explicit.

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

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/N-Graves/pinterest-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server