Skip to main content
Glama
chrischall

groupon-mcp

by chrischall

groupon_search_deals

Read-only

Search Groupon deals by city and keyword, or browse categories without a query. Use compact mode for concise deal summaries.

Instructions

Search or browse Groupon deals for a city (division). Pass query for a free-text search (e.g. "massage", "pizza"); omit it for a plain category/city browse. Set compact=true for slim deal summaries when browsing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of deals to return (1-100).
queryNoFree-text search term (e.g. "massage", "pizza"). Omit for a plain category/city browse.
offsetNoNumber of deals to skip for pagination (0-based).
compactNoReturn slim deal summaries instead of full cards (recommended for browsing).
divisionNoGroupon city slug, e.g. new-york, chicago, syracuse.new-york
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds behavioral context beyond that by explaining the dual-mode behavior (query vs. browse) and the compact output format, which helps set expectations without contradicting 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 two concise sentences, front-loaded with the main purpose, and every phrase adds value (search vs. browse, compact flag, city scope). There is no redundant or filler text.

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

Completeness4/5

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

For a 5-parameter, all-optional search tool with no output schema, the description covers the key usage modes and provides examples. It doesn't address pagination or result ordering, but the schema covers limit/offset and the tool is simple enough that the description is largely sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/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 adds extra meaning by explaining that omitting query triggers a browse mode and that compact=true is recommended for browsing, which goes beyond the individual parameter descriptions.

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 clearly states the tool searches or browses Groupon deals for a city/division, distinguishing it from siblings like groupon_get_deal (single deal) and groupon_list_categories (categories). It gives specific usage examples for search phrases and clarifies the browse mode, making the purpose unambiguous.

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

Usage Guidelines4/5

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

The description provides clear guidance on when to use search vs. browse (pass query for search, omit for browse) and recommends compact=true for browsing. However, it does not explicitly name alternative tools or exclusions, so it lacks the explicit 'when-not-to-use' guidance seen in higher-scoring examples.

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