Skip to main content
Glama

Heartly Deals — Live Flash Sales (Shopify & WooCommerce)

List active deals

list_active_deals

List currently active flash-sale deals from verified Heartly merchants. Returns deals sorted by ending soonest. Filters are optional and combinable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNoISO 3166-1 alpha-2 country code. Filters to merchants whose shipping_countries include this code, plus merchants who ship worldwide.
categoryNoTop-level product category, e.g. "fashion", "beauty", "electronics".
min_discount_pctNoMinimum discount percentage. Only return deals at or above this value.
ending_within_hoursNoOnly return deals ending within this many hours from now.

TDQS

A4.1/5.0
Behavior3/5

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

No annotations provided, so description bears full burden. It discloses sort order and filter combinability but does not mention pagination, rate limits, or behavior for no results. Adequate but not comprehensive.

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?

Two sentences, each serving a clear purpose: first states what and from where, second adds sort and filter info. No wasted words.

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?

Given no output schema, the description should hint at return structure. It says 'returns deals' but not the format. Missing pagination details. Adequate for simple list tool but could be more complete.

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 baseline 3. Description adds value by stating filters are optional and combinable, beyond individual param docs.

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 it lists active flash-sale deals from verified Heartly merchants, sorted by ending soonest. This distinguishes it from sibling tools get_deal_by_id and search_deals_by_category.

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 says filters are optional and combinable, indicating when to use it for listing active deals with optional filtering. It does not explicitly state when not to use or mention alternatives, but siblings provide context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool has a distinct purpose: get by ID, list all active deals, and search by category. No overlap.

Naming Consistency5/5

All tools use consistent verb_noun snake_case: get_deal_by_id, list_active_deals, search_deals_by_category.

Tool Count5/5

3 tools is appropriate for a focused deals lookup server. Not too few or too many.

Completeness4/5

Covers key read operations for active deals, but missing merchant-specific or historical deals. Minor gap.

Resources