meta list ad videos
meta_list_ad_videosList videos in a Meta ad account video library, with filters for title and duration, pagination, and optional short-lived source file URLs.
Instructions
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Videos per page (thumbnail payloads are heavy, keep this modest) | |
| cursor | No | Pagination cursor from previous response | |
| adAccountId | Yes | Ad account ID (e.g., act_123456789) | |
| titleFilter | No | Only videos whose title contains this value | |
| includeSource | No | Also return the short-lived raw video file URL for each video | |
| maxLengthSeconds | No | Only videos at most this many seconds long | |
| minLengthSeconds | No | Only videos at least this many seconds long |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Original tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query. |