facebook-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FB_PAGE_ID | Yes | ID Facebook Page | |
| FB_GRAPH_VERSION | No | Mặc định v21.0 | v21.0 |
| FB_PAGE_ACCESS_TOKEN | Yes | Page Access Token (nên dùng long-lived) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_page_infoA | Lay thong tin Facebook Page (ten, category, so follower, link). |
| post_statusB | Dang bai text (status) len Page. |
| post_linkC | Dang bai kem link len Page. |
| post_photoB | Dang anh len Page tu URL anh cong khai. |
| post_videoC | Dang video len Page tu URL video cong khai. |
| list_postsA | Lay danh sach bai da dang tren Page. |
| get_postC | Lay chi tiet mot bai dang theo post_id. |
| delete_postC | Xoa mot bai dang theo post_id. |
| get_post_commentsC | Lay binh luan cua mot bai dang. |
| reply_commentC | Tra loi/binh luan vao mot bai dang hoac mot comment. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool targets a distinct action: four posting types (status, link, photo, video), three post CRUD operations (list, get, delete), two comment operations (get, reply), and page info. No overlap.
All tool names follow a consistent verb_noun pattern (e.g., post_status, list_posts, delete_post). English verbs are used throughout, making the set predictable.
10 tools cover core Facebook page management: posting, reading, deleting, commenting, and page info. This count is well-scoped for the purpose.
Covers essential create, read, delete for posts, plus comments and page info. Missing update_post and engagement actions like likes, but the core workflow is complete for basic management.