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

meta_list_ad_videos

List the ad account video library (/advideos): title, duration, processing status, and publicly served thumbnails (preferred and largest sizes).

List the ad account video library (/advideos): title, duration, processing status, and publicly served thumbnails (preferred and largest sizes). Source file URLs are returned only on request because they expire quickly.

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)
titleFilterstringOptionalOnly videos whose title contains this value.
minLengthSecondsnumberOptionalOnly videos at least this many seconds long.
maxLengthSecondsnumberOptionalOnly videos at most this many seconds long.
includeSourcebooleanOptionalAlso return the short-lived raw video file URL for each video. Default: false.
limitintegerOptionalVideos per page (thumbnail payloads are heavy, keep this modest) Default: 25.
cursorstringOptionalPagination cursor from previous response.

Calling itLink to this section

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

Type to search