Skip to main content
Glama

Autoload: upload listings

autoload_get_report_items_by_id
Read-onlyIdempotent

Retrieve the processing results for each listing in an autoload report: ad IDs, Avito IDs, status, errors, warnings, and links. Use for detailed per-item breakdown of an upload.

Instructions

Returns the processing result of each listing in a specific upload (by report_id): ad_id, avito_id, avito_status, report section, errors/warnings, and a link. Read-only, with pagination (the response contains meta with total/pages). Use it for a line-by-line breakdown of an upload; for an upload summary see autoload_get_report_by_id_v3. Get the list of available sections for the sections filter from the report's section_stats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
report_idYesAutoload report identifier (ID); obtain it via autoload_get_reports_v2. Required.
per_pageNoNumber of listings per page. Defaults to 50; the API allows up to 200, but it is capped at 100 here.
pageNoPage number (integer ≥ 1). Defaults to the first page.
queryNoFilter by listing ID: one or more IDs from the file or Avito IDs, separated by "," or "|".
sectionsNoFilter by report sections: section slug identifiers separated by "," or "|" (get the slugs from the report's section_stats, e.g. via autoload_get_report_by_id_v3).
Behavior5/5

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

Annotations already include readOnlyHint, destructiveHint, idempotentHint, and openWorldHint. The description adds that it is read-only with pagination and returns meta with total/pages. No contradiction with 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 concise sentences: first covers purpose and output, second provides usage guidance and cross-reference. No redundant or irrelevant content.

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?

Given the 5 parameters, no output schema, and existing annotations, the description is complete. It specifies the returned fields, pagination behavior, and links to related tools for context.

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 description coverage is 100%, so baseline is 3. The description adds minimal extra information beyond schema; it mentions getting sections from report's section_stats, which is already in the schema description for the sections parameter. No significant additional meaning.

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 returns processing results of each listing in a specific upload by report_id, listing fields like ad_id, avito_id, avito_status, errors/warnings, and a link. It identifies the resource (processing results) and action (returns), and distinguishes from the summary tool autoload_get_report_by_id_v3.

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 states when to use: for a line-by-line breakdown of an upload, and when not: for an upload summary use autoload_get_report_by_id_v3. Also tells how to get sections filtering from report's section_stats.

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