Skip to main content
Glama

Autoload: upload listings

autoload_get_report_items_by_id
Read-onlyIdempotent

Retrieve detailed processing results for each listing in an autoload upload, with pagination, filtering by section or listing ID, and including status, errors, and warnings.

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
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 "|".
per_pageNoNumber of listings per page. Defaults to 50; the API allows up to 200, but it is capped at 100 here.
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).
report_idYesAutoload report identifier (ID); obtain it via autoload_get_reports_v2. Required.
Behavior4/5

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

Annotations already provide readOnlyHint=true and idempotentHint=true, and the description reinforces read-only behavior. It adds details about pagination (response contains meta with total/pages). No contradictions. Slight additional value beyond annotations, but could mention more about response format or error states.

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 concise (two sentences plus an additional usage guideline sentence) and front-loaded with the core purpose. No unnecessary words. Every sentence adds value.

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 5 parameters and no output schema, the description covers purpose, output fields, pagination, and usage. It references where to get report_id and section slugs. Missing details about what exactly is in the 'link' and error handling, but overall complete for a read-only tool with good annotations.

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

Parameters5/5

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

Schema coverage is 100%, but the description adds context: for report_id it says 'obtain it via autoload_get_reports_v2', for sections 'get the slugs from the report's section_stats (e.g. via autoload_get_report_by_id_v3)'. It also clarifies default values for page and per_page, and how query and sections accept comma or pipe separators. This significantly enhances parameter meaning 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 clearly states it returns processing results of each listing in a specific upload by report_id, listing specific fields (ad_id, avito_id, etc.). It also mentions read-only and pagination. This distinguishes it from its sibling autoload_get_report_by_id_v3 by focusing on line-by-line breakdown vs summary.

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 'Use it for a line-by-line breakdown of an upload; for an upload summary see autoload_get_report_by_id_v3.' This directly addresses when to use this tool and provides a clear alternative. It also gives guidance on obtaining section slugs from the report's section_stats, showing how to use the sections filter.

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