Skip to main content
Glama

Target action: bids

cpa_target_get_bids
Read-onlyIdempotent

Get detailed bid information for a single Avito listing: active price, min/max/recommended limits, strategy (manual/auto), and target-action forecast. Use to check allowed values before saving bids.

Instructions

Returns detailed information about current and available target-action bids for ONE listing: the active price/budget, the minimum/maximum/recommended values (all in kopecks), the selected strategy (manual/auto), and a target-action forecast with the advantage over competitors. Read-only — does not change spending. Use it before save_manual_bid/save_auto_bid to find the allowed min/max/recommended amounts. For multiple listings at once, use cpa_target_get_promotions_by_item_ids (batch up to 200). Limit: 20 requests/min.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemIdYesAvito listing ID for which bids and budgets are requested.
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false. The description reinforces this with 'Read-only — does not change spending,' which adds behavioral clarity. No contradictions. With annotations present, the description adds context about not changing spending, but the behavioral disclosure is slightly redundant given the annotations. Still, it's consistent and clear.

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 four sentences with no fluff. Each sentence serves a purpose: first states what the tool returns, second declares its read-only nature, third gives usage guidance, fourth provides an alternative and rate limit. The key information is front-loaded, making it efficient for an AI agent to parse quickly.

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?

For a simple read-one listing tool with one parameter and no output schema, the description is complete. It explains return values, usage context (before saving bids), alternatives, and rate limit (20 requests/min). The tool's purpose and behavior are fully captured without gaps.

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% with a clear description for itemId ('Avito listing ID for which bids and budgets are requested'). The tool description does not add new parameter-level insight beyond the schema, but it does clarify that the single parameter is for a single listing. Baseline 3 is appropriate as the schema already handles parameter semantics adequately.

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 uses specific verbs ('Returns detailed information') and clearly identifies the resource ('target-action bids for ONE listing'). It lists exact data points returned (active price/budget, min/max/recommended values, strategy, forecast). The sibling alternative cpa_target_get_promotions_by_item_ids is explicitly named, distinguishing that this tool is for a single listing.

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 states when to use this tool: 'Use it before save_manual_bid/save_auto_bid to find the allowed min/max/recommended amounts.' It also tells when not to use it and provides an alternative: 'For multiple listings at once, use cpa_target_get_promotions_by_item_ids (batch up to 200).' This covers both context and exclusions.

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