Skip to main content
Glama

Framezone

Add wishlist item

add_wishlist_item

Add an item to the wishlist with price range, priority, and optional URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoProduct URL
nameYesItem name
notesNoNotes
categoryNoCategory
currencyNo3-letter currency code, e.g. GBP. Defaults to the user's currency
priorityNoPriority
price_maxNoMaximum price
price_minNoMinimum price
descriptionNoDescription

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / currency / description
      Previous value: -"Currency code"New value: +"3-letter currency code, e.g. GBP. Defaults to the user's currency"
  2. First observed

TDQS

B3.1/5.0
Behavior2/5

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

The annotations already indicate readOnlyHint=false and destructiveHint=false, so the description's 'Add' is consistent but adds no new behavioral context. It does not disclose potential side effects, whether duplicates are allowed, or any required preconditions beyond what annotations provide. No contradiction exists, but the description contributes nothing beyond the structured 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?

The description is a single, compact sentence that front-loads the core action and key optional attributes. There is no redundancy or filler. Every word contributes to conveying the tool's purpose efficiently.

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?

With 9 parameters (only 1 required) and a complete schema, the description is adequate but not thorough. It doesn't clarify the relationship between price_min and price_max, the meaning of priority values, or any validation rules. Since there is no output schema, the description could have explained expected return behavior, but that's not strictly necessary. Overall, an agent can likely invoke it correctly, but additional context would improve completeness.

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 the baseline is 3. The description highlights price range, priority, and URL, which maps to several parameters, but it adds no meaning beyond the schema's own property descriptions. The mention of 'price range' hints at price_min/price_max relationship, but that is already inferable from the schema. It is adequate but not enhancing.

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?

The description states the verb 'Add' with the resource 'item to the wishlist' and lists the key fields (price range, priority, optional URL). It is clear and distinct from sibling tools like list_wishlist or update_wishlist_item, though it doesn't explicitly name them. The purpose is specific and unambiguous.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives such as update_wishlist_item or list_wishlist. No exclusions or conditions are provided. An agent must infer that this is for creating a new wishlist item, but the description doesn't clarify when to prefer it over related tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources