Skip to main content
Glama

Buscar promoções no Mercado Livre

buscar_promocoes

Lista produtos em promoção no Mercado Livre Brasil, com preço atual, preço de tabela, percentual de desconto e o cupom aplicável quando existe. Use para responder perguntas como 'o que está barato em eletrônicos' ou 'promoções acima de 50% de desconto'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limiteNoQuantos produtos retornar (1-50, padrão 10).
categoriaNoFiltra por categoria. Valores: Eletrônicos, Casa, Moda, Esportes, Beleza, Livros, Brinquedos, Ferramentas, Games, Bebês, Automotivo.
preco_maximoNoPreço máximo em reais.
desconto_minimoNoDesconto mínimo em porcentagem, ex.: 40.

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations provided, the description carries the full disclosure burden. It clearly conveys this is a read-only listing operation ('Lista') and discloses the returned fields plus that the coupon appears only 'quando existe'. It doesn't disclose sorting behavior, pagination/limite semantics, or empty-result handling, leaving some behavioral gaps.

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 with zero filler. The first front-loads the action and return fields; the second gives concrete usage examples. Every sentence earns its place and the key information appears first.

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?

Fairly complete for a search/listing tool: the schema covers all parameters, the description covers return fields and typical queries, and the optional-coupon condition is disclosed. Minor gaps — sorting order and empty-result behavior — don't block correct 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?

Schema coverage is 100%, so the input schema fully documents all four parameters. The description adds marginal value by reinforcing desconto_minimo through the 'promoções acima de 50%' example, but otherwise doesn't extend parameter meaning beyond the schema — baseline 3 for high coverage is appropriate.

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?

States a specific verb (lista) and resource (produtos em promoção no Mercado Livre Brasil), and enumerates the returned fields (preço atual, preço de tabela, percentual de desconto, cupom). The example queries clarify its intent and implicitly differentiate it from siblings melhor_cupom (coupons) and quedas_de_preco (price drops), though the siblings are not named explicitly.

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?

Provides concrete trigger examples ('o que está barato em eletrônicos', 'promoções acima de 50% de desconto') that tell an agent when to invoke. However, it doesn't explicitly state when not to use it or name the alternative tools and their selection conditions — the differentiation from melhor_cupom and quedas_de_preco is left to inference.

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