Skip to main content
Glama
askads

VK Ads MCP

Get account balance

get_balance
Read-onlyIdempotent

Check your VK Ads account balance instantly. Returns available funds and currency with no parameters.

Instructions

Returns the current VK Ads account balance: available funds and currency. Calls user.json with the account field, which carries the wallet (account.balance, account.currency). Reports the balance of the account the token points at (no parameters). Note: the exact balance field name in v3/user.json on the new ads.vk.com platform is not confirmed against a live cabinet (the domain is JS-gated); the schema follows the myTarget/VK Ads object model (v2/v3). This tool returns the RAW VK response unchanged, so a caller can read account.balance defensively regardless of the exact shape — verify on the first live account with read_payments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations declare readOnly and idempotent. Description adds that it returns the raw VK response unchanged and notes uncertainty about field names, which is valuable 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.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is verbose, including detailed explanation of field uncertainty and defensive parsing. While informative, it could be trimmed for conciseness.

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?

Covers key aspects: return content (balance, currency), raw format, defensive note. Lack of output schema is partly compensated by describing field paths. Still, could be more explicit about exact structure.

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

Parameters4/5

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

No parameters (schema coverage 100%), so baseline 4. Description confirms no parameters and explains that the token determines the account, adding use context.

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 it returns the VK Ads account balance (available funds and currency), referencing specific fields. It distinguishes from siblings by being the only balance-retrieval tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implicitly indicates usage (no parameters, uses token's account) but lacks explicit when-to-use or when-not-to-use guidance. Since it's the sole balance tool, context is clear.

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/askads/mcp-vk-ads'

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