Skip to content
Get MCP AdsGet MCP Ads, home
Start free

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…

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
Kind
Read
Discovery
Announced in the tool list
Account parameter
adAccountId
Endpoint
https://mcp.getmcpads.com/meta-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredAd account ID (e.g., act_123456789)
nameFilterstringOptionalOnly images whose file name matches this value.
hashesarrayOptionalOnly these image hashes (exact match)
minWidthintegerOptionalOnly images at least this wide, in pixels.
minHeightintegerOptionalOnly images at least this tall, in pixels.
includeUsagebooleanOptionalAlso return the creative IDs using each image. Default: false.
limitintegerOptionalDefault: 100.
cursorstringOptionalPagination cursor from previous response.

Calling itLink to this section

jsonDirectly, since it is announced
{
  "name": "meta_list_ad_images",
  "arguments": {
    "adAccountId": "<string>"
  }
}
Esc

Type to search