Skip to main content
Glama

Mening e'lonimni raqobatchilar bilan solishtirish

olx_compare_my_advert
Read-onlyIdempotent

Analyze your OLX advert against similar live listings to see price percentile, competitor stats, and actionable tips to improve visibility and conversion.

Instructions

Compare one of the logged-in account's adverts against similar live listings on OLX. Loads the advert and its stats (needs a session), searches similar offers (by title keywords within the same category), and reports: price percentile and rank vs competitors, market price stats, photo count vs competitors, promoted share, phone-view conversion, and concrete recommendations (price change, photos, promotion, title).

Args:

  • advert_id: your advert id (from olx_list_my_adverts)

  • query: override search keywords (default: first 5 words of your title)

  • city_id / region_id: restrict competitors to a location (olx_find_location)

  • sample_size: listings to compare against

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoQidiruv so'zlarini qo'lda berish
city_idNoShahar ID (olx_find_location orqali toping, masalan 4 = Toshkent)
advert_idYes
region_idNoViloyat ID (olx_find_location orqali toping)
sample_sizeNoTahlil uchun nechta e'lon yig'ilsin (20–500; ko'p = aniqroq, lekin sekinroq)
response_formatNoJavob formati: 'markdown' (o'qish uchun) yoki 'json' (to'liq tuzilgan ma'lumot)markdown

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, openWorldHint=true, and destructiveHint=false, so the safety profile is covered. The description adds real behavioral context: it loads advert stats, searches live listings by title/category, requires a session, and produces recommendations. There is no contradiction with the annotations.

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 front-loads the core purpose in the first sentence, then compactly summarizes the behavior and the key outputs. The Args block is terse and each line conveys a meaningful constraint or provenance detail. No filler or repetition of the schema is present.

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?

Given the tool's moderate complexity and six parameters, the description covers the main behavioral flow, input provenance, and the nature of the generated report. The response_format parameter already tells the agent how results will be returned, so an output schema is not required. It is not a 5 only because it does not explicitly tell the agent when to prefer this over closely related siblings.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 83%, so the baseline is 3, but the description adds meaning beyond the schema by explaining that advert_id comes from olx_list_my_adverts, query defaults to the first 5 title words, and city_id/region_id restrict competitors. It also clarifies the purpose of sample_size as the number of listings to compare against. This is genuinely useful guidance above the structured schema.

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 states a specific verb ('Compare'), a clear resource ('one of the logged-in account's adverts'), and the comparison target ('similar live listings on OLX'). It also enumerates the output report components, leaving no ambiguity about what the tool produces. It is clearly distinguishable from siblings like olx_find_competitors or olx_analyze_market because it operates on the caller's own advert.

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 gives clear context: it needs a session, uses title keywords within the same category, and can be restricted by location. It references provenance helpers such as olx_list_my_adverts and olx_find_location. It does not explicitly name when-not-to-use it or list exclusion criteria against sibling tools, so it stops just short of a 5.

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