Skip to main content
Glama

Autoload: upload charges

autoload_get_report_items_fees_by_id
Read-onlyIdempotent

Retrieve placement charges per listing for an autoload report. Breakdown costs by ad ID, charge type, and amount.

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
report_idYesAutoload report identifier (ID); obtain it via autoload_get_reports_v2. Required.
per_pageNoNumber of charges per page. Defaults to 100 (the API allows up to 200).
pageNoPage number (integer ≥ 1). Defaults to the first page.
ad_idsNoFilter by listing IDs from the file (the feed Id parameter), separated by "," or "|".
avito_idsNoFilter by listing Avito IDs, separated by "," or "|".
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, covering safety and idempotency. The description adds that the tool is read-only and includes pagination with meta total/pages, which provides minor additional behavioral context beyond annotations, but does not significantly expand on what is already implicit.

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 two sentences: the first explains the output, the second provides usage guidance. It is succinct, front-loads the key information, and contains no redundant or unnecessary text.

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?

Despite no output schema, the description explains the returned fields and pagination details. It also references the sibling tool for alternative use cases. With 5 parameters fully described in the schema, the description provides sufficient context for an agent to select and invoke the tool correctly.

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 parameters are already well-documented. The description adds context about the output fields (e.g., charge type explained as single/package), but this does not add meaning beyond the schema's parameter descriptions. Baseline score 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 the tool returns placement charges for each listing in a specific upload, listing the returned fields (ad_id, avito_id, charge type, amount/package ID). It distinguishes itself from the sibling tool autoload_get_report_items_by_id by specifying that this tool is for cost breakdown, not 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?

The description explicitly tells when to use this tool ('break down the cost of an upload') and when not to ('for listing processing/statuses use autoload_get_report_items_by_id'). It also mentions how to obtain the required report_id (via autoload_get_reports_v2), providing clear guidance.

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