Skip to main content
Glama
rodrigopg

mcp-brazil-marketplaces

by rodrigopg

olx_detalhe_anuncio

Read-onlyIdempotent

Fetch complete details of an OLX Brasil ad using its URL, including title, price, description, images, and seller information.

Instructions

Obtém detalhes completos de um anúncio específico da OLX a partir da URL.

Args: params (DetalheAnuncioInput): - url (str): URL completa do anúncio na OLX.

Returns: str: JSON com campos: - id (int): ID do anúncio (list_id). - titulo (str): Título do anúncio. - descricao (str): Descrição completa (HTML removido). - preco (str): Preço formatado. - categoria (str): Categoria principal. - subcategoria (str): Subcategoria. - estado (str): UF do anúncio. - municipio (str): Cidade. - bairro (str): Bairro. - vendedor (str): Nome do vendedor. - profissional (bool): Se é anunciante profissional. - data (str): Data de publicação formatada. - imagens (list[str]): Lista de URLs das imagens. - propriedades (dict): Atributos específicos da categoria. - url (str): URL canônica do anúncio.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description reveals that the description field has HTML removed and lists all returned fields, adding detail beyond the readOnly and idempotent annotations. No contradictions are present.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with separate Args and Returns sections, and the purpose is front-loaded. It is not overly verbose for the detail provided.

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 comprehensively covers input and output fields, and annotations are present. Missing error handling details but adequate for selection and 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 'url' parameter's description in the tool text ('URL completa do anúncio na OLX') adds minimal meaning beyond the schema's own description (which includes an example). Given the context signal of 0% schema coverage, this is adequate but not exceptional.

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 retrieves complete details of a specific OLX listing from its URL. This explicitly differentiates it from sibling tools that perform searches or work with Mercado Livre.

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 usage with a URL but does not explicitly guide when to use this tool versus alternatives like 'olx_buscar_anuncios' for searches. No exclusions or when-not-to-use are provided.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rodrigopg/mcp-brazil-marketplaces'

If you have feedback or need assistance with the MCP directory API, please join our Discord server