Skip to main content
Glama
hermoso-ai

Hermoso

Official

List Pinterest boards

list_pinterest_boards
Read-only

Retrieve Pinterest boards from the connected account with id, name, privacy, and pin count. Use this before posting so the user can select the target board.

Instructions

List the boards on the user’s connected Pinterest account — id, name, privacy and pin count. ALWAYS call this before post_to_pinterest and let the USER pick: Pinterest requires a board and Hermoso never chooses one for them. Read-only, 0 credits. Needs Pinterest connected (Settings ▸ Connectors ▸ Pinterest).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
privacyNofilter by board privacy; default is everything the connection can see

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.1.161

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description adds important non-obvious behavior: it reports 0 credits, requires Pinterest to be connected, and states Hermoso must never auto-select a board. This gives the agent actionable behavioral context beyond the annotations.

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?

Three tight sentences, each earning its place: purpose and return fields, mandatory usage order and user-decision policy, then credits and prerequisite. Information is front-loaded and there is zero filler.

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 simple read-only list tool with one optional parameter and no output schema, the description fully covers return contents, prerequisites, invocation ordering, user involvement, and cost. Nothing essential is missing.

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%, and the only parameter, privacy, is fully documented in the schema with its enum and default behavior. The description does not add extra parameter-level meaning, so the baseline 3 applies.

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?

States a specific verb and resource: 'List the boards on the user’s connected Pinterest account' and enumerates the returned fields (id, name, privacy, pin count). It clearly distinguishes itself from post_to_pinterest and other connector list tools.

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?

Explicitly instructs when to use it: 'ALWAYS call this before post_to_pinterest' and requires the USER to pick a board. It also names the prerequisite ('Needs Pinterest connected') and the relevant settings location, leaving no ambiguity.

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

Deploy Server

Other Tools