Skip to main content
Glama
formegifts

@formegifts/mcp

Official
by formegifts

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
auth_startA

Start the sign-in flow. Returns a verification URL and short user code. Show both to the user, ask them to open the URL and approve, then call auth_poll with the returned device_code.

auth_pollA

Complete the sign-in flow started by auth_start. Pass the device_code from that response. Returns signed_in (with email) once the user approves, pending if still waiting (call this tool again), or expired (start over with auth_start).

list_wishlistsA

List the signed-in user's wishlists with gift counts.

get_wishlistB

Fetch a single wishlist by id or name, including its gifts.

create_wishlistB

Create a new wishlist for the signed-in user. Returns the created wishlist row.

update_wishlistA

Update a wishlist's name, description, or event_date by id. At least one field besides id is required.

delete_wishlistA

Delete a wishlist by id. Without confirm: true, returns a dry-run summary of what would be deleted. Pass confirm: true to actually delete.

create_giftA

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

update_giftB

Update a gift's fields by id. At least one field besides id is required.

delete_giftA

Delete a gift by id. Without confirm: true, returns a dry-run summary. Pass confirm: true to actually delete.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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