Skip to main content
Glama
askads

VK Ads MCP

List banners (ads)

list_banners
Read-onlyIdempotent

List VK Ads banners with optional filters by IDs, ad groups, statuses, and moderation status. Use pagination to control results.

Instructions

Lists banners (the VK Ads creative/ad object) with optional filtering by id, parent ad group and status. moderation_status (pending/allowed/banned) and delivery show why an ad is or isn't showing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNoFilter by banner ids.
limitNoMax objects per page (<=250).
fieldsNoBanner fields to return.
offsetNoPagination offset (objects to skip).
statusesNoFilter by status.
adGroupIdsNoFilter by parent ad group ids.
autoPaginateNoFetch all pages by following offset/count (ignores limit as a total cap).
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive. The description adds that moderation_status and delivery show why an ad is or isn't showing, which provides some behavioral context beyond the annotations. However, it does not elaborate on pagination behavior or other details.

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?

Two sentences, each serving a purpose. The first states the main action, the second adds relevant detail. No superfluous words.

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?

For a simple list tool with no required parameters and robust annotations, the description adequately covers the key filtering options and the purpose of moderation fields. It is complete enough for its complexity, though it could mention the response format.

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?

All 7 parameters have full schema descriptions (100% coverage). The description mentions filtering by id, ad group, and status, but does not add significant meaning beyond the schema. Baseline 3 is appropriate.

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 'Lists banners' specifying the verb and resource. It further distinguishes the tool from sibling tools like banner_action or create_banner by indicating it's a listing operation with optional filtering.

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 lists filtering options (by id, parent ad group, status) and mentions moderation_status and delivery for understanding ad visibility. This provides clear usage context, though it does not explicitly state when not to use the tool or mention alternatives.

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