Skip to main content
Glama
Kreminskaya

pinterest-vision-mcp

by Kreminskaya

pinterest_ingest

Store analyzed image data in a vector database to enable semantic retrieval by visual style or mood.

Instructions

Store visual analyses in ChromaDB vector base for future semantic retrieval. Note: on first run, ChromaDB will download an embedding model (~90 MB). Args: analyses: output list from pinterest_analyze query: optional label for what was searched

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
analysesYes
queryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It discloses a key side effect: on first run, ChromaDB downloads a ~90 MB embedding model. However, it omits other behaviors like whether storage is additive or destructive, idempotency, or network requirements. The disclosed behavior is valuable but not exhaustive.

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: three sentences total, with the core purpose in the first sentence. The note about the model download is placed after the purpose but is critical. The bullet-style args are clear and avoid fluff. Every sentence is justified.

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?

Given the tool's simplicity (2 params, no nested objects) and the existence of an output schema (described as 'has output schema: true'), the description covers the main functional aspects: what it does, what it takes, and a key behavioral note. It lacks details on storage semantics (e.g., deduplication, overwrite behavior) but is largely sufficient for an agent to use it correctly.

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 0%, so the description must compensate. It explains 'analyses' as output from pinterest_analyze and 'query' as optional label. This adds meaning beyond the schema (which shows only types and required status) but lacks detail on the expected structure of analyses (e.g., exact fields) or query format.

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 clearly states the tool stores visual analyses in ChromaDB for future semantic retrieval, distinguishing it from sibling tools like pinterest_analyze (analysis) and visual_search (search). The verb 'store' is specific, and the resource 'ChromaDB vector base' is well-defined, with input tied to pinterest_analyze output.

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 after pinterest_analyze (by specifying 'output list from pinterest_analyze') but does not explicitly state when to use or not use this tool versus alternatives. There is no guidance on prerequisites or when to skip this step, leaving the agent to infer context from sibling tool names.

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/Kreminskaya/pinterest-vision-mcp'

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