Skip to main content
Glama

Melhor cupom para um produto

melhor_cupom

Dado um link ou MLB id de produto do Mercado Livre, devolve o cupom com maior chance de funcionar, o quanto economiza e se o desconto é verificável ou condicional. Cupom 'conditional' depende de restrição que não dá para verificar de fora (itens selecionados, marca, assinatura) e NÃO deve ser apresentado como desconto garantido.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
produtoYesURL do produto no Mercado Livre ou o MLB id (ex.: MLB65041664).

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it explains what the tool returns (coupon, savings, verifiable/conditional status) and adds a critical caveat that conditional coupons must not be presented as guaranteed discounts. This goes beyond a basic summary, though it does not mention side effects or failure modes.

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 two sentences with no filler. The first sentence front-loads the core function and output, and the second sentence adds an essential semantic warning about conditional coupons. Every sentence earns its place.

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 low-complexity tool with one fully documented parameter, the description covers the return values and the key caveat about conditional discounts. It lacks a comparison to sibling tools and detailed output structure, but nothing critical is missing for correct basic invocation.

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?

The input schema already describes the single parameter 'produto' fully (URL or MLB id), and the tool description only repeats that same information. Since schema description coverage is 100%, the description adds no additional parameter semantics beyond the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('devolve o cupom') and resource ('melhor cupom para um produto'), and clearly defines the input format (link or MLB id). It does not explicitly contrast with sibling tools, but the function is unambiguous.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus buscar_promocoes or quedas_de_preco. The intended use is implied by the input and output, but there is no explicit when-to-use/when-not-to-use instruction.

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

A3.6/5.0
Disambiguation4/5

Each tool has a distinct focus: listing promotions, finding coupons for a specific product, and listing recent price drops. There is minor overlap because buscar_promocoes also surfaces applicable coupons, but melhor_cupom is clearly more specialized and per-product.

Naming Consistency2/5

The names are readable Portuguese but follow no consistent pattern: buscar_promocoes is verb+noun, melhor_cupom is adjective+noun, and quedas_de_preco is noun+preposition+noun. A consistent verb_noun style like listar_promocoes, obter_cupom, listar_quedas would be clearer.

Tool Count4/5

Three tools is on the small side but appropriate for a focused discount/price-tracking server. The scope is narrow enough that each tool earns its place without feeling padded.

Completeness4/5

The server covers the main deal-discovery use cases: browsing active promotions, checking coupons for a specific product, and surfacing meaningful price drops. A minor gap is the lack of a tool for detailed price history or category-specific searches, but agents can likely work around this.

Resources