Skip to main content
Glama
hermoso-ai

Hermoso

Official

Edit a published Pin

update_pinterest_pin
Idempotent

Edit a published Pinterest Pin's title, description, destination link, alt text, or move it to another board. Only send the fields that should change.

Instructions

Edit a published Pin — its title, description, destination link, alt text, or which board it sits on. Only send the fields that should change. TWO LIMITS TO STATE BEFORE OFFERING THIS. (1) Pinterest marks its Update Pin endpoint "currently in beta and not available to all apps" in its own API description, so it may be refused outright whatever the account’s scopes or access tier — reconnecting cannot change that. If it is refused, save_pinterest_pin gets the Pin onto another board (generally available) and changing the wording means deleting and re-pinning. (2) A published Pin’s IMAGE or VIDEO can never be changed by anyone: Pinterest’s update model has no media field at all, so swapping the creative means delete and re-pin, which loses the Pin’s accumulated saves. The values reported back are what Pinterest STORED, not what was sent. 0 credits. Needs Pinterest connected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linkNodestination URL, max 2048
pinIdYesnumeric Pin id from list_pinterest_pins
titleNomax 100 characters
altTextNoaccessibility alt text, max 500
boardIdNomove the Pin to this board
descriptionNomax 800 characters — the text Pinterest search reads
boardSectionIdNosection within the board
Behavior5/5

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

Beyond annotations (readOnlyHint:false, idempotentHint:true, destructiveHint:false), the description discloses critical behavior: the endpoint is beta and may be refused regardless of scopes, media can never be changed, and returned values reflect stored state not sent values. It also states cost (0 credits) and connection requirement. This goes far beyond annotation hints and prevents mismatched expectations.

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?

The description is long (over 100 words) but each section is purposeful: purpose, partial-update rule, two critical limits with alternatives, and behavioral note. It is front-loaded with the action and the 'only send' rule, and the limits are clearly numbered. While not concise, the density of essential warnings justifies the length.

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

Completeness5/5

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

For a tool with complex constraints (beta availability, immutable media, partial updates, connectivity, cost), the description covers all relevant aspects. It explains what can be edited, what cannot, what to do if refused, how the return values behave, and prerequisites. No missing information is apparent given the schema and annotations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so each parameter already has a description. The description adds the key usage rule 'Only send the fields that should change' (partial update semantics) and lists the editable fields, reinforcing parameter meaning without redundancy. It does not describe each parameter in detail, but given full schema coverage, this is sufficient.

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 opens with a clear verb and resource: 'Edit a published Pin' and enumerates the editable fields (title, description, destination link, alt text, or board). It explicitly differentiates from save_pinterest_pin and delete/re-pin alternatives, making its purpose unambiguous relative to siblings.

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

Usage Guidelines5/5

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

It provides explicit usage rules: 'Only send the fields that should change' and details two limits with concrete fallback actions (save_pinterest_pin for re-boarding, delete+re-pin for media changes or wording when beta refusal occurs). It tells the agent exactly when to use this tool and when to use alternatives.

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/hermoso-ai/hermoso'

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