Skip to main content
Glama

Autoload: listing info

autoload_get_autoload_items_info_v2
Read-onlyIdempotent

Retrieve the current status and charge information for specific autoload listings using their IDs. Check up to 100 listings per request for avito status, errors, and processing date.

Instructions

Returns the current state of listings in autoload by their IDs from the file: avito_id, avito_status, report section, errors/warnings (messages), charge information, and processing date. Read-only, not tied to a specific report — returns the current status. Use it for targeted checks of selected listings (1-100 per request).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesListing identifiers from the file (the feed Id parameter): from 1 to 100, separated by "," or "|". Required.
Behavior4/5

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

Annotations already indicate readOnlyHint=true and idempotentHint=true. The description adds details about returned fields and that it returns current status, reinforcing the read-only nature. No contradictions.

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 that quickly convey purpose, scope, and usage. No filler or redundant information.

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 simple parameter and comprehensive annotations, the description is sufficient for an agent to understand when and how to use the tool. Could mention response format but not essential.

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% and provides clear description for the single parameter 'query'. The description mentions 'by their IDs from the file' and '1-100 per request', which adds context but does not significantly enhance 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 the current state of listings in autoload by IDs, listing specific fields. It distinguishes from sibling tools like `autoload_get_report_by_id_v3` by noting it is not tied to a specific report.

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?

Explicitly says 'Use it for targeted checks of selected listings (1-100 per request)', providing clear context for when to use. Does not explicitly mention when not to use or name alternatives, but scope is well-defined.

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