List Reels
facebook_list_reelsList a Page's Reels via the video_reels edge, returning title, description, length, and permalink. Use when standard post listings omit video content.
Instructions
List a Page's Reels via the /video_reels edge — the ONLY place Reels are readable. They never appear in facebook_list_posts, so use this tool whenever Reels matter, and never conclude from an empty post listing that a Page has no video content. Same cursor pagination as the post listings: pass the returned nextCursor back as after. Reel items are video nodes (title, description, length, permalink, publish state), not post nodes; the field set is best-effort, so use fields if Graph rejects one of them. The id on each item is a VIDEO id — that is what facebook_reel_insights takes; facebook_post_insights cannot read a Reel at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Opaque forward cursor from a previous call's `nextCursor`. Omitted ⇒ start from the first page. Cursors expire; on an expiry note, restart the listing without this argument. | |
| limit | No | Maximum items to return in this page (1–100). Defaults to 25. Large values risk truncation by the result budget. | |
| fields | No | Comma-separated Graph field list that REPLACES this tool's documented default set (e.g. "id,message,created_time"). Omitted ⇒ the default set. Use it to request extra fields, or to work around a field Graph rejected. | |
| profile | No | Page profile key (e.g. "brand-a") or a raw Page ID. Omitted ⇒ the default Page (FB_PAGE_ID). |