Skip to main content
Glama
theYahia

vk-ads-mcp

by theYahia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VK_ADS_TOKENYesBearer-токен VK Ads API

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_campaignsA

Список рекламных кампаний VK Ads по кабинету с фильтрацией по статусу.

create_campaignB

Создать рекламную кампанию VK Ads: название, тип, бюджет.

update_campaignB

Обновить кампанию VK Ads: название, бюджет, статус (start/stop).

list_adsC

Объявления VK Ads по кампаниям: формат, статус, данные.

create_adB

Создать объявление VK Ads: формат, заголовок, описание, ссылка.

get_statisticsA

Статистика VK Ads: показы, клики, расход за период по кампаниям/объявлениям.

list_targeting_groupsC

Группы таргетинга кампании VK Ads.

get_budgetB

Бюджет рекламного кабинета VK Ads: остаток, лимиты.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct action and resource (ad, campaign, budget, statistics, targeting groups), with no ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (e.g., create_ad, list_campaigns), making them predictable and easy to understand.

Tool Count5/5

8 tools is well-scoped for managing VK Ads, covering creation, listing, updates, statistics, and budget without being excessive or insufficient.

Completeness3/5

Missing delete operations for both ads and campaigns, no update for ads, and no individual get endpoints, which leaves notable gaps in lifecycle coverage.

Maintenance

ActivityMaintained
ResponsivenessNo issues