describe_fields
Retrieve valid fields for a VK Ads resource before calling list endpoints. Prevents API errors by discovering accepted fields live from your cabinet.
Instructions
Discover which fields a VK Ads resource accepts. Call this FIRST.
Call this before the list tools to learn which fields you can request, then
pass the ones you need as the fields argument of list_campaigns,
list_ad_groups or list_banners. The valid set is discovered live
against the cabinet, so it always reflects the real API.
How it works: the tool sends a request carrying one deliberately-invalid field. The API rejects it with HTTP 400 and a body listing every allowed field, which this tool parses and returns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource | Yes | One of ``"ad_plans"`` (campaigns), ``"ad_groups"`` or ``"banners"``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||