Skip to main content
Glama

List listings

items_get_items_info
Read-onlyIdempotent

Retrieve a list of your Avito listings with status, category, and links. Filter by status, category, or update date, and paginate results to find listing IDs quickly.

Instructions

Returns a LIST of the authenticated user's listings (get_items_info) — id, status, category, link on the site. Read-only, changes nothing. Use it to find listing ids and get an overview; for details on a single listing, use items_get_item_info. Supports pagination (page + per_page) and filters (status, category, updatedAtFrom). Limit: 25 requests/min. Does not work with employees' listings — for those (under the main account or as an authenticated employee) it returns an empty list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
per_pageNoPage size: how many listings to return per request (1–100). If omitted, the server picks a default value.
pageNoPagination page number, starting from 1.
statusNoFilter by listing status: active (published), old (archived), blocked, removed (deleted). Without the filter — all statuses.
categoryNoNumeric Avito category ID to filter listings by category.
updatedAtFromNoFilter: return only listings updated no earlier than this date (ISO 8601, e.g. "2026-05-01").
Behavior4/5

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

Annotations already declare read-only and non-destructive. The description adds rate limit (25 req/min) and behavior for employees' listings, providing extra context beyond 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?

Two efficient sentences that front-load key information (return type, fields, read-only) and then add usage guidance and constraints. No unnecessary words.

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?

Despite no output schema, the description mentions returned fields and covers pagination, filters, rate limits, and edge cases. Slight omission of default page size or ordering, but generally complete.

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% with descriptions for all 5 parameters. The description merely restates pagination and filters without adding new details, so baseline 3 is appropriate.

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 'Returns a LIST of the authenticated user's listings' with specific fields, and distinguishes from sibling 'items_get_item_info' for single listings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says when to use ('find listing ids and get an overview') and when not ('for details on a single listing, use items_get_item_info'), and notes edge case with employees' listings.

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/elchin92/avito-mcp'

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