@formegifts/mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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_pollA | Complete the sign-in flow started by |
| 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 |
| 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 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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