Skip to main content
Glama
formegifts

@formegifts/mcp

Official
by formegifts

create_gift

Add a gift to an existing wishlist by providing a wishlist ID and gift name. Optionally include description, product link, price range, and up to 5 images.

Instructions

Create a gift inside a wishlist. Requires wishlist_id and name. Optional: description, product_link, price_min, price_max, image_urls (max 5).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wishlist_idYes
nameYes
descriptionNo
product_linkNo
price_minNo
price_maxNo
image_urlsNo
Behavior3/5

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

Description indicates a write operation (create) but lacks details on side effects, error behavior (e.g., if wishlist_id does not exist), or auth requirements. No annotations are present, so the description carries the full burden but does not fully disclose behavior.

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?

Description is two sentences with no fluff. First sentence states purpose, second lists required and optional parameters. Every word serves a purpose, and the structure is front-loaded for quick scanning.

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?

While the description covers all parameters and basic purpose, it omits success/error response information and does not explain expected outcomes. Given the absence of an output schema and annotations, the description leaves gaps for an agent to infer important operational details.

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?

Description names all 7 parameters and notes that image_urls has a max of 5, adding some context beyond the schema. However, schema coverage is 0% (no property descriptions), and the description does not explain constraints like UUID format for wishlist_id or length limits for name, so added value is marginal.

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?

Description clearly states 'Create a gift inside a wishlist,' specifying the action (create) and resource (gift). It distinguishes from siblings like create_wishlist and update_gift by using the verb 'create' and the noun 'gift,' making it unambiguous.

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?

Description lists required parameters (wishlist_id, name) and optional ones, providing basic usage context. However, it does not explicitly state when to use this tool versus alternatives (e.g., update_gift for modifying existing gifts), so guidance is implied but not comprehensive.

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/formegifts/forme.gifts.mcp'

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