Skip to main content
Glama
askads

VK Ads MCP

Get statistics

get_statistics
Read-only

Retrieve performance statistics for VK Ads ad plans, ad groups, or banners. Group by day, week, month, or summary, filter by IDs and date range, and sort results server-side.

Instructions

Fetches performance statistics from the VK Ads v3 statistics service for ad plans, ad groups or banners. By default the grouping is summary — one aggregated row per object over the whole period; use day/week/month ONLY for daily dynamics or trend questions (each adds a row per object per period). Rank objects server-side with sortBy (e.g. base.spent) + order; the response also carries total — the summary across ALL objects for the period (use it for «сколько всего», no need to sum rows). Metrics live under base (shows, clicks, spent, ...); spent is in account currency.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNoLimit the report to these object ids (of the chosen entity).
limitNoMax objects per page (<=250).
orderNoSort direction for sortBy. Default desc.
dateToNoEnd date YYYY-MM-DD (required for day/week/month).
entityNoObject type to report on. Default banners.
offsetNoPagination offset (objects to skip).
periodNoGrouping: summary (whole range, default), or day/week/month for trends.
sortByNoServer-side sort field, e.g. base.spent / base.clicks / base.shows (top-N by metric).
metricsNoMetric groups to include, e.g. base, events, video. Defaults to the API default.
dateFromNoStart date YYYY-MM-DD (required for day/week/month).
autoPaginateNoFetch all pages by following offset/count.
Behavior4/5

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

Annotations include readOnlyHint=true and openWorldHint=true. The description adds context: it's a read-only fetch, explains metrics under 'base', and notes that spent is in account currency. This goes beyond annotations without contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is well-structured and front-loaded with the main purpose. It uses clear bullet-like guidance (e.g., 'use day/week/month ONLY for...'). Every sentence adds value, though it could be slightly more concise.

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?

With 11 parameters, no required, and no output schema, the description covers usage patterns well: grouping, sorting, total, pagination. It lacks explicit return format details, but the guidance is sufficient for correct invocation.

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?

Schema coverage is 100% (baseline 3). The description adds meaning by explaining default behavior for period (summary), giving examples for sortBy (base.spent), and describing autoPaginate as fetching all pages. This adds value beyond the schema.

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 fetches performance statistics from the VK Ads v3 statistics service for ad plans, ad groups, or banners. It specifies default grouping and provides guidance on when to use alternative groupings. This is specific and distinct from sibling tools like create_ or list_ tools.

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?

The description gives explicit guidance on when to use summary vs day/week/month grouping, explains server-side sorting with sortBy + order, and describes the total field to avoid manual summation. However, it does not explicitly compare to alternative tools among siblings, but the tool's purpose is unique enough.

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