Skip to main content
Glama

Bargainer MCP Server

filter_deals

Filter deals by categories, stores, price range, rating, and tags to find relevant offers from aggregated sources. Simplifies deal comparison and selection using advanced criteria.

Instructions

Filter deals using advanced criteria

Input Schema

NameRequiredDescriptionDefault
categoriesNoCategories to include
dealsYesArray of deals to filter
priceRangeNoPrice range filter
ratingRangeNoRating range filter
storesNoStores to include
tagsNoTags to filter by

Input Schema (JSON Schema)

{ "properties": { "categories": { "description": "Categories to include", "items": { "type": "string" }, "type": "array" }, "deals": { "description": "Array of deals to filter", "type": "array" }, "priceRange": { "description": "Price range filter", "properties": { "max": { "type": "number" }, "min": { "type": "number" } }, "type": "object" }, "ratingRange": { "description": "Rating range filter", "properties": { "max": { "type": "number" }, "min": { "type": "number" } }, "type": "object" }, "stores": { "description": "Stores to include", "items": { "type": "string" }, "type": "array" }, "tags": { "description": "Tags to filter by", "items": { "type": "string" }, "type": "array" } }, "required": [ "deals" ], "type": "object" }

Other Tools from Bargainer MCP Server

Related Tools

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/karthiksivaramms/bargainer-mcp-client'

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