Skip to main content
Glama
neuratechcompany-ops

Kettu Marketplace Intelligence

Avito Item Card

avito_card
Read-onlyIdempotent

Get full ad details for any Avito listing by ID or URL, including price, title, description, location, seller, images, views, and posting date.

Instructions

Fetch one Avito listing by id or URL.

Return Format

AvitoCardResponse: {status, item_id, title, price_rub, description, location, posted_at, views, images, seller, url, tier_used, meta}. price_rub is None when the ad has no price — never 0.

Error Format

ToolError: BadRequestError when no id can be extracted; NotFoundError on a 404 (deleted or never existed); TransportDownError on blocks; ParserDriftError when the envelope changed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_id_or_urlYesItem id, slug path or full avito.ru URL

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoCanonical avito.ru listing URL.
_metaNoValidation metadata.
titleNoListing title.
viewsNoTotal view count.
imagesNoNumber of images attached.
sellerNoSeller info.
statusNoResponse status: success or error.success
item_idNoAvito item id.
locationNoItem location string.
posted_atNoPublication time as reported by Avito.
price_rubNoPrice in rubles; None when the listing has no price.
tier_usedNoFetch tier used.
descriptionNoListing description text.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.2.2

TDQS

A4.5/5.0
Behavior5/5

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

The description goes well beyond the provided annotations by documenting the return format in detail, including the important edge case that price_rub is None when no price exists and never 0. It also enumerates the full error taxonomy: BadRequestError, NotFoundError, TransportDownError, and ParserDriftError, giving the agent clear expectations about 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 well organized with clear sections for return format and error format. Every sentence carries useful information, and the most important information is front-loaded in the opening sentence.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter read-only tool with a rich output schema and detailed annotations, the description covers return semantics and error handling thoroughly. Nothing essential is missing for an agent to select and invoke this tool correctly.

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 100%, with the parameter description 'Item id, slug path or full avito.ru URL' already capturing the accepted formats. The description reinforces this by mentioning 'by id or URL' and adds no confusion, though it does not need to add much beyond the 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 opens with a specific verb and resource: 'Fetch one Avito listing by id or URL.' This clearly distinguishes the tool from sibling tools like avito_search and avito_seller, which operate on search results or seller pages rather than a single listing card.

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 the tool should be used when you already have a listing id, slug, or URL, but it does not explicitly state when to prefer this over avito_search or avito_seller. Usage context is implied rather than spelled out, so guidance is adequate but not thorough.

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

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/neuratechcompany-ops/kettu-marketplace-mcp'

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