Skip to main content
Glama

Server Details

Promoções, histórico de preço e cupons validados do Mercado Livre Brasil

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

3 tools
buscar_promocoesBuscar promoções no Mercado LivreAInspect

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'.

ParametersJSON 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.

melhor_cupomMelhor cupom para um produtoAInspect

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.

ParametersJSON 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.

quedas_de_precoQuedas de preço detectadasAInspect

Lista produtos cujo preço caiu de forma relevante nas últimas horas, incluindo os que atingiram o menor preço já registrado desde que passaram a ser monitorados.

ParametersJSON Schema
NameRequiredDescriptionDefault
limiteNoQuantas quedas retornar (1-50, padrão 10).

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description bears full responsibility for transparency. It describes the action of listing price drops but does not mention any limitations (e.g., date range, data sources) or side effects, though the read-only nature is implicit. The mention of 'including those that reached the lowest price ever recorded' adds some specificity but lacks deeper behavioral detail.

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 concise sentence, directly stating the tool's function without unnecessary words. It is well-structured and easy to parse, containing all essential information.

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?

The description provides sufficient context to understand the tool's purpose and how to invoke it, including the parameter. It does not describe the output format, but since no output schema is specified, this is acceptable. The description is complete enough for an agent to use the tool correctly.

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 parameter 'limite' is fully described in the schema (quantas quedas retornar, 1-50, default 10). The description adds no additional meaning beyond the schema, but the schema coverage is 100%, so the parameter semantics are clear without further elaboration.

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 lists products with significant price drops, including those reaching all-time lows. It distinguishes from sibling tools like promotions and coupons by focusing on price drops, making the purpose specific and 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 implies usage for price-drop queries, and the presence of sibling tools (buscar_promocoes, melhor_cupom) provides context for when this tool may be appropriate. However, it does not explicitly state when to use this over alternatives, leaving some inference to the agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Connects AI agents to MercadoLibre, the largest e-commerce marketplace in Latin America. Search products, get item details, browse categories, track trends, and convert currencies.
    6
    8
    30
    2
    MIT
  • A
    license
    C
    quality
    A
    maintenance
    Mercado Livre MCP Server: A Model Context Protocol (MCP) server for interacting with the Mercado Livre. Provides tools for fetching product data, such as prices and availability, with a layered architecture and data validation using Zod
    1
    12
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    An MCP server for searching PC components and comparing prices across Brazilian stores via meupc.net. It enables users to explore community builds, track deals, and access detailed hardware specifications and compatibility information.
    2
    6
    15
    3
    MIT
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