# bing_list_ad_creatives

> Retrieve actual image representations linked to account-owned ads and Performance Max asset groups, preserving parent IDs/names.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Microsoft Advertising](https://www.getmcpads.com/docs/sources/bing-ads)

Retrieve actual image representations linked to account-owned ads and Performance Max asset groups, preserving parent IDs/names. Bounded inventory; no inferred delivery, video contents or KPI attribution.

> **Note** External assistant access is not enabled. Sandbox testing and production account discovery are available to authorized operators. Publisher and external-tenant consent verification remain in progress; the developer token has already been obtained.

|  |  |
| --- | --- |
| Source | [Microsoft Advertising](https://www.getmcpads.com/docs/sources/bing-ads) |
| Kind | Read |
| Discovery | Announced in the tool list |
| Account parameter | `accountId` |
| Endpoint | https://mcp.getmcpads.com/bing-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `accountId` | string | Required | Numeric Microsoft Advertising ID as a string, not an account number. |
| `campaignIds` | array | Optional |  |
| `limit` | integer | Optional | Default: `24`. |
| `maxCampaigns` | integer | Optional | Default: `10`. |
| `maxGroups` | integer | Optional | Default: `15`. |

## Calling it

Directly, since it is announced

```json
{
  "name": "bing_list_ad_creatives",
  "arguments": {
    "accountId": "<string>"
  }
}
```

- [Microsoft Advertising metrics](https://www.getmcpads.com/docs/sources/bing-ads/metrics): What you can ask for.
- [Microsoft Advertising dimensions](https://www.getmcpads.com/docs/sources/bing-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/bing-ads/tools/bing_list_ad_creatives
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
