Skip to main content
Glama

Heartly Deals — Live Flash Sales (Shopify & WooCommerce)

Get deal by id

get_deal_by_id

Look up a single active deal by its Heartly internal id (UUID).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesHeartly internal deal id (UUID).

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description bears full burden. It only states the tool looks up an 'active deal', but does not disclose behavior for missing IDs (e.g., returns null/error), permissions required, or any side effects. For a read operation, basic transparency is missing.

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 a single concise sentence of 13 words with no redundancy. It front-loads the key information without any extra fluff.

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

Completeness2/5

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

There is no output schema, and the description does not mention what the tool returns (e.g., full deal object, fields included). For a simple lookup tool, missing return information reduces completeness.

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 coverage is 100% with the 'id' parameter description already stating it is a UUID. The description repeats 'Heartly internal id (UUID)' and adds 'active deal', but does not add new meaning beyond the schema. Baseline 3 applies.

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 verb 'look up', the resource 'single active deal', and the identifier 'Heartly internal id (UUID)'. It effectively distinguishes itself from siblings 'list_active_deals' and 'search_deals_by_category' by specifying the lookup method.

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

Usage Guidelines3/5

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

The description implies usage when a specific UUID is available, but it does not explicitly state when to prefer this tool over siblings or provide exclusions (e.g., 'use search_deals_by_category if you have a category name'). Guidance is minimal.

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