Skip to main content
Glama
chrischall

groupon-mcp

by chrischall

groupon_purchase

Add a Groupon deal to your cart and receive a checkout URL for payment. Preview cart changes without confirm, or confirm to add the item and verify the cart.

Instructions

Add a Groupon deal option to your cart, ready for checkout. WITHOUT confirm:true this is a DRY RUN — it previews what would be added and makes NO change to your cart. WITH confirm:true it adds the item, re-reads the cart to verify, and returns the checkout URL for YOU to complete payment. It CANNOT place the order — Groupon checkout is native Apple/Google Pay, card, or PayPal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dealIdYesDeal permalink slug (e.g. "versailles-massage-bar-1") OR a full Groupon deal URL — the last path segment is used.
isGiftNoMark the line item as a gift.
confirmNoMust be true to proceed. Without this, the tool returns a preview.
optionIdNoWhich deal option to buy (an option id from groupon_get_deal). Defaults to the first option.
quantityNoHow many to add (default 1).
Behavior5/5

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

The description discloses key behaviors beyond the readOnlyHint: it previews changes without confirm, re-reads the cart after adding, returns a checkout URL, and cannot complete the order. These are not implied by the annotations and significantly inform the agent.

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 three sentences long, front-loaded with the main purpose, and presents the dry-run/confirm logic and limitation clearly without redundant phrases.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has moderate complexity with a dry-run mode and required confirmation, but the description covers the behavior, the return value (checkout URL), and the payment constraint. It also directs users to groupon_get_deal for optionId, making it sufficiently complete given the schema richness.

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 schema already explains all five parameters. The description adds context about the dry-run/confirm flow, but doesn't add per-parameter details beyond the schema.

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 opens with 'Add a Groupon deal option to your cart', clearly identifying the action and resource. It distinguishes itself from sibling tools like search and view_cart, and explicitly states it cannot place the order.

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

Usage Guidelines5/5

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

The description explains the dry-run vs confirmed execution modes ('WITHOUT confirm:true this is a DRY RUN... WITH confirm:true it adds the item...'), and clarifies that payment is completed externally. It also notes the limitation ('It CANNOT place the order') and points to native checkout as an alternative.

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/chrischall/groupon-mcp'

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