Skip to main content
Glama

DealsPing — India Deals

get_deals_by_category

Read-only

Get deals for a specific product category

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 20, max 50)
categoryYesCategory name, e.g. electronics

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds the category scoping constraint but does not disclose behavioral details like default limits, result ordering, exact-match requirements, or empty-result behavior. This is acceptable for a simple read tool but adds little beyond the schema and 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 a single succinct sentence with no filler or redundant content. It is front-loaded with the verb and resource and states the key filtering criterion immediately.

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 two-parameter read-only tool with fully documented schema and safety annotations, the description is nearly sufficient. It would be more complete with a brief pointer to sibling tools for price- or store-based queries, but an agent can likely invoke it correctly using the name, description, and schema.

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 description coverage is 100%: both 'category' and 'limit' have descriptions in the input schema. The description's mention of 'specific product category' adds no new semantic meaning beyond what the schema already communicates, so the baseline score of 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 uses a specific verb ('Get') and resource ('deals') and clearly identifies the filtering dimension ('specific product category'), which distinguishes it from sibling tools like get_deals_by_price and get_deals_by_store. An agent can immediately understand what the tool returns and the scope it applies.

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 the tool should be used when deals need to be retrieved for a product category, but it offers no explicit when-to-use or when-not-to-use guidance. It does not name alternatives such as get_deals_by_price or get_latest_deals, so tool selection relies on inference from the name and the description phrase.

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.