descontosml
Server Details
Promoções, histórico de preço e cupons validados do Mercado Livre Brasil
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolsbuscar_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'.
| Name | Required | Description | Default |
|---|---|---|---|
| limite | No | Quantos produtos retornar (1-50, padrão 10). | |
| categoria | No | Filtra por categoria. Valores: Eletrônicos, Casa, Moda, Esportes, Beleza, Livros, Brinquedos, Ferramentas, Games, Bebês, Automotivo. | |
| preco_maximo | No | Preço máximo em reais. | |
| desconto_minimo | No | Desconto mínimo em porcentagem, ex.: 40. |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| produto | Yes | URL do produto no Mercado Livre ou o MLB id (ex.: MLB65041664). |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limite | No | Quantas quedas retornar (1-50, padrão 10). |
TDQS
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.
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.
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.
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.
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.
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
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Mercado Livre (Latin America's largest marketplace) via the official API, seller profile and reputat
Mercado Libre keyword & competitor intelligence for AI agents across all 18 ML markets.
PC hardware decision engine for Brazil (pt-BR): compatibility, GPU recommendations, build analysis.
Cães e gatos para adoção no Brasil, de ONGs e protetores. Busque por cidade, porte, idade e saúde.
Related MCP Servers
- AlicenseAqualityCmaintenanceConnects AI agents to MercadoLibre, the largest e-commerce marketplace in Latin America. Search products, get item details, browse categories, track trends, and convert currencies.68302MIT
- AlicenseCqualityAmaintenanceMercado 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 Zod112MIT
- AlicenseAqualityAmaintenanceAn 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.26153MIT
- AlicenseAqualityCmaintenanceMCP server for Brazilian marketplace product search across Mercado Livre, Shopee, and AliExpress, with automatic x402 micropayments.471MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.