# meta_get_creative_assets

> Return ad-linked creative media with actual ad names, collection covers, all carousel/flexible components, resolved image hashes and video URLs.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Meta Ads](https://www.getmcpads.com/docs/sources/meta-ads)

Return ad-linked creative media with actual ad names, collection covers, all carousel/flexible components, resolved image hashes and video URLs. Catalog-only ads are classified separately; use get_creative_gallery for a visual gallery. Raw creative metadata remains available for diagnostics.

|  |  |
| --- | --- |
| Source | [Meta Ads](https://www.getmcpads.com/docs/sources/meta-ads) |
| Kind | Read |
| Discovery | Announced in the tool list |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/meta-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `adAccountId` | string | Optional | Ad account ID. Used when adIds/creativeIds are omitted. |
| `adIds` | array | Optional | Specific ad IDs to enrich. |
| `creativeIds` | array | Optional | Specific creative IDs to enrich. |
| `limit` | integer | Optional | Default: `100`. |
| `cursor` | string | Optional | Pagination cursor from previous response. |

## Calling it

Directly, since it is announced

```json
{
  "name": "meta_get_creative_assets",
  "arguments": {}
}
```

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

---

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