Skip to main content
Glama

⚠️ Target action: manual bid

cpa_target_save_manual_bid
Destructive

Set a manual fixed bid per target action for a listing. Control your per-action cost explicitly, overriding any auto bid strategy.

Instructions

⚠️ Sets a MANUAL (fixed) target-action bid for a listing (manual bid). WARNING: affects budget spending (money) — each target action is charged at bidPenny, and daily spending is capped by limitPenny. Mutually exclusive with the auto bid: this call overwrites any previously set auto strategy for this listing. Use it when you want to control the per-action price yourself (to delegate the choice to Avito, use save_auto_bid). bidPenny must be no lower than minBidPenny from cpa_target_get_bids. Limit: 20 requests/min.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryRunNov0.7.0: if true — returns a preview of the HTTP request without calling the Avito API. Safe for inspecting exactly what would be done. Default: the value of AVITO_MCP_DRY_RUN_DEFAULT (usually false).
itemIDYesAvito listing ID for which the manual bid is set.
bidPennyYesPrice per single target action in KOPECKS (e.g. 1400 = 14 rubles). Must be no lower than minBidPenny from cpa_target_get_bids.
limitPennyNoOptional daily spending limit in KOPECKS. If omitted, no limit is applied. For the allowed min/maxLimitPenny range, see cpa_target_get_bids.
actionTypeIDYesTarget-action type: 1 — call, 5 — click package, 7 — messenger (sharing a contact in chat).
idempotencyKeyNov0.7.0: optional key for duplicate protection. A repeat call with the same key within AVITO_MCP_IDEMPOTENCY_TTL_SEC returns the cached result. The same key with different args returns a conflict error. Keys are stored as bounded SHA-256 fingerprints.
Behavior4/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false. The description adds valuable context: it warns that the call affects budget spending, charges per action, and overwrites any auto strategy. However, it does not mention the dryRun parameter or idempotency behavior, which could be relevant for safe usage. Still, it provides sufficient behavioral context beyond annotations.

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 five sentences, front-loaded with the action and a clear warning. Every sentence earns its place: action, budget warning, exclusivity, usage guidance, prerequisite, rate limit. No extraneous information, well-structured.

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?

Given the tool's complexity (6 parameters, 3 required, no output schema) and the presence of sibling tools, the description covers purpose, usage, behavioral traits, prerequisites, and rate limits. It integrates well with related tools (save_auto_bid, get_bids). The schema handles parameter details, so the description fills the remaining context gaps effectively.

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 baseline is 3. The description repeats the prerequisite from the schema for bidPenny and mentions limitPenny's role, but adds no new information beyond the schema. The mutual exclusivity context is behavioral, not parameter-specific. Thus, no significant additional parameter clarity.

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 sets a manual target-action bid for a listing. It uses a specific verb 'Sets' and identifies the resource as 'manual bid'. It directly distinguishes from the sibling tool 'cpa_target_save_auto_bid' by noting mutual exclusivity and overwriting. The title and description both reinforce the action.

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 the tool ('when you want to control the per-action price yourself') and when not to (providing the alternative 'save_auto_bid'). It also includes a prerequisite (bidPenny >= minBidPenny from cpa_target_get_bids) and a rate limit (20 req/min). This provides complete guidance for selection and invocation.

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