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
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Ad account ID (e.g., act_123456789) |
titleFilter | string | Optional | Only videos whose title contains this value. |
minLengthSeconds | number | Optional | Only videos at least this many seconds long. |
maxLengthSeconds | number | Optional | Only videos at most this many seconds long. |
includeSource | boolean | Optional | Also return the short-lived raw video file URL for each video. Default: false. |
limit | integer | Optional | Videos per page (thumbnail payloads are heavy, keep this modest) Default: 25. |
cursor | string | Optional | Pagination cursor from previous response. |
Calling itLink to this section
{
"name": "meta_list_ad_videos",
"arguments": {
"adAccountId": "<string>"
}
}