Skip to main content
Glama
siddharthkoundal

Offer Discovery MCP Server

get_offers

Fetch structured offers from a live API. Filter by industry, offer type, region, network, brand, or featured status to find relevant deals and financing offers.

Instructions

Fetches structured offers from a live offers API (prototype). Filter by: industry, offer type, region, network, brand, or featured status. Use 'category' for a free-text keyword search across industry and brand names.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandNoFilter by brand/merchant name (e.g. 'Ashley', 'Sam's Club').
offsetNoPagination offset (non-personalized only).
regionNoFilter by region. Valid values: MIDWEST, NORTHEAST, SOUTH, SOUTHEAST, WEST
networkNoFilter by partner network. Valid values: AUTO PARTNER, HOME PARTNER, FLOORING PARTNER, POWERSPORTS PARTNER
categoryNoProduct category keyword (e.g. 'furniture', 'electronics'). Maps to industry filter.
featuredNoIf true, return only featured brand offers.
industryNoFilter by industry. Valid values: FURNITURE, ELECTRONICS & APPLIANCES, HEALTHCARE & OPTICAL, HEALTH & WELLNESS, HEATING & AIR CONDITIONING, HOME IMPROVEMENT, JEWELRY, LAWN & GARDEN, MUSIC
maxPriceNoLegacy price filter — not applicable to the real API (financing offers have no list price). Kept for backward compat.
offerTypeNoFilter by offer type. Valid values: DEALS, FINANCING OFFERS, EVERYDAY VALUE
limitOffersCountNoMax number of offers to return (non-personalized only).
Behavior3/5

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

With no annotations, the description must convey behavioral traits. It notes the prototype status and warns that maxPrice is legacy, but does not disclose idempotency or side effects (likely read-only). Some useful context, but not fully 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, front-loaded with purpose and filters, no filler. Every word earns its place.

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?

Covers the basic purpose and filters, but does not describe output structure, default behavior, or pagination usage. Given the complexity (10 params, no output schema), more detail would be helpful.

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 covers all parameters (100%), but the description adds value by clarifying that 'category' performs a free-text search across industry and brand names, which is not obvious from schema alone. This goes beyond the baseline.

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 fetches structured offers from a live API and lists the supported filters, 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 mentions key filter parameters and explains that 'category' performs a free-text search, providing helpful usage hints. However, it does not specify when not to use this tool or alternatives, which is acceptable given no siblings.

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/siddharthkoundal/mcp-offer-search'

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