Skip to main content
Glama

Target action: prices by listing

cpa_target_get_promotions_by_item_ids
Read-onlyIdempotent

Retrieve current target-action bids and budgets for up to 200 listings at once. Use to bulk-check existing promotion settings.

Instructions

Returns current target-action bids and budgets (in kopecks) for MULTIPLE listings at once (batch, up to 200 per request): for each listing — actionTypeID and the active manual or auto strategy with its price/limit/budget. Read-only — does not change spending. Use it to bulk-check current settings; for a single listing with full min/max/recommendations and a forecast, use cpa_target_get_bids. Limit: 400 requests/min.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemIDsYesList of Avito listing IDs (1 to 200 items) for which current bids and budgets are requested.
Behavior5/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, destructiveHint=false. Description adds that it does not change spending, reinforces read-only nature, and provides additional constraints (max 200 items per request, rate limit).

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?

Description is well-structured with front-loaded purpose, followed by details, usage guidance, and rate limit. Every sentence adds value; no redundancy.

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?

Despite no output schema, the description lists returned fields (actionTypeID, strategy, price/limit/budget). It is complete enough for a batch read tool with strong annotations. Minor gap: could mention response format (e.g., array) but not critical.

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% and the description does not add significant new meaning beyond what the schema provides for the single parameter. Mentions 'in kopecks' for prices but that applies to output, not parameter.

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 current target-action bids and budgets for multiple listings at once (batch up to 200). It specifies output details (actionTypeID, strategy, price/limit/budget) and distinguishes from the single-listing sibling cpa_target_get_bids.

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 says when to use (bulk-check current settings) and when not to (for a single listing with full min/max/recommendations/forecast, use cpa_target_get_bids). Also mentions rate limit of 400 requests/min.

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