Skip to main content
Glama

Autoload: upload charges

autoload_get_report_items_fees_by_id
Read-onlyIdempotent

Retrieve placement charges for each listing in an Avito autoload upload by report ID. Get ad ID, Avito ID, charge type, amount or package ID, with pagination.

Instructions

Returns the placement charges for each listing in a specific upload (by report_id): ad_id, avito_id, charge type (single — from the wallet / package — from a package), and the amount or package ID. Read-only, with pagination (meta with total/pages). Use it to break down the cost of an upload; for listing processing/statuses use autoload_get_report_items_by_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (integer ≥ 1). Defaults to the first page.
ad_idsNoFilter by listing IDs from the file (the feed Id parameter), separated by "," or "|".
per_pageNoNumber of charges per page. Defaults to 100 (the API allows up to 200).
avito_idsNoFilter by listing Avito IDs, separated by "," or "|".
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 declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. Description adds pagination behavior (meta with total/pages) and confirms read-only nature, which aligns with annotations. 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: first covers purpose and output, second covers usage guidance and alternative. No 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?

For a read-only retrieval tool with 5 parameters and no output schema, the description covers output fields, pagination, and usage context. It could mention defaults for page/per_page but those are in the schema. Overall sufficient.

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%, so baseline is 3. Description adds value by listing the output fields (ad_id, avito_id, charge type, amount/package ID) and explaining pagination, which helps the agent understand the purpose of optional parameters like page and per_page.

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?

Description clearly states it returns placement charges for a specific upload, listing output fields (ad_id, avito_id, charge type, amount/package ID). It also distinguishes from sibling tool autoload_get_report_items_by_id by noting that alternative is for listing processing/statuses.

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 instructs to use this tool to break down upload cost, and explicitly directs to autoload_get_report_items_by_id for listing processing/statuses. Provides clear when-to-use and alternatives.

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