# meta_list_ad_images

> List the ad account image library (/adimages): hash, name, dimensions, status, a permanent publicly served display URL (permalink_url), short-lived CDN…

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

List the ad account image library (/adimages): hash, name, dimensions, status, a permanent publicly served display URL (permalink_url), short-lived CDN URLs, and optionally the creatives using each image.

|  |  |
| --- | --- |
| 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 | Required | Ad account ID (e.g., act_123456789) |
| `nameFilter` | string | Optional | Only images whose file name matches this value. |
| `hashes` | array | Optional | Only these image hashes (exact match) |
| `minWidth` | integer | Optional | Only images at least this wide, in pixels. |
| `minHeight` | integer | Optional | Only images at least this tall, in pixels. |
| `includeUsage` | boolean | Optional | Also return the creative IDs using each image. Default: `false`. |
| `limit` | integer | Optional | Default: `100`. |
| `cursor` | string | Optional | Pagination cursor from previous response. |

## Calling it

Directly, since it is announced

```json
{
  "name": "meta_list_ad_images",
  "arguments": {
    "adAccountId": "<string>"
  }
}
```

- [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_list_ad_images
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
