Skip to main content
Glama

Raw Avito Ads API call

raw_request
Destructive

Call any Avito Ads API path directly for endpoints without a dedicated tool. Specify HTTP method, body, and confirm write operations to access balance, campaigns, stats, and more.

Instructions

Escape hatch to call any Avito Ads API path directly, for endpoints without a dedicated tool — e.g. GET "v1/account/{accountID}/balance" or POST "v1/account/{accountID}/campaigns". Paths are relative to the API base and account-scoped; the literal {accountID} placeholder is replaced with the configured account id, a path naming a different account is refused, and so is one that escapes the API base. body is sent as JSON. It can reach every write endpoint — funds-transfer, bonus-transfer, delete-user and the create-* endpoints — with none of the client-side validation the dedicated tools apply, and nothing here is reversible; prefer transfer_funds / delete_user / create_* when they exist. confirmWrite=true is your explicit acknowledgement that the path may write, so check the path before setting it — POST is also used for harmless list and statistics reads, which need the flag too. GET runs freely. Returns the raw response plus apiPointBalance (weekly points left).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON request body, e.g. {"filter":{},"limit":20,"page":1} for a list endpoint.
pathYesAPI path, e.g. "v1/account/{accountID}/groups" or "v1/account/{accountID}/campaigns/123/stats".
methodNoHTTP method. Default GET.
confirmWriteNoMust be true for POST or DELETE. Setting it acknowledges that the path may write — funds-transfer and delete-user are POST/DELETE like any list read.
Behavior5/5

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

Descriptions adds significant behavioral context beyond annotations: path validation (replaces {accountID}, refuses other accounts, blocks escaping base), body sent as JSON, no client-side validation, irreversibility, confirmWrite semantics, and return value (raw response + apiPointBalance). This is rich and non-contradictory with the 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 dense but every sentence carries essential information: purpose, examples, validation rules, safety warnings, and comparisons to alternatives. It is front-loaded with purpose and structured logically, with no filler.

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 dangerous raw API tool with no output schema, the description covers invocation details, safety, path constraints, method behavior, and return value. It is complete enough for an agent to use safely and correctly, including edge cases like POST for reads.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Even though schema coverage is 100%, the description adds crucial meaning: explains how path placeholders are replaced, account-scoping rules, that body is JSON, and the meaning of confirmWrite. This goes well beyond the schema field descriptions and helps correct invocation.

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's function: an escape hatch to call any Avito Ads API path directly for endpoints without a dedicated tool. It uses specific verbs and resource scope ('call any Avito Ads API path') and differentiates from siblings by explicitly noting it covers endpoints without dedicated tools.

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 provides explicit when-to-use guidance (endpoints without a dedicated tool) and names alternatives: 'prefer transfer_funds / delete_user / create_* when they exist'. It also explains when confirmWrite is required and that GET is safe, giving clear usage context.

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/A1-x-Tech/mcp-avito-ads'

If you have feedback or need assistance with the MCP directory API, please join our Discord server