Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | 不适用 (Not applicable) | |
| PORT | No | 不适用 (Not applicable) | |
| API_KEY | Yes | API 密钥 (API Key for Facebook Scraper3 API) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| profiles_photos | Read profiles photos (from recent) Use cursor to get next page of results |
| comment_by_id | Get comment by comment id |
| search_people | Searches people |
| search_hashtag | Search posts with hashtag |
| profile_reels | Get profile reels. Get |
| page_events | Get all future events created by page |
| post_reactions | Get post reactions |
| comments | Get nested comments. You need to use legacy fb id |
| page_reels | Get page reels by page id - use reels_page_id now |
| listing_details | Get listing details |
| search | Search marketplace. Use cursor to get next page |
| comments_2 | Get post comments. Use comment_id from post |
| search_groups_posts | Searches group for posts |
| page_videos | Get page videos by page delegate id. YOU NEED TO USE DELEGATE ID, NOT PAGE ID. |
| pages_photos | Read page photos (from recent) Use cursor to get next page of results |
| pages_posts | Read page posts (from recent) |
| page_details | Read page details |
| page_past_events | Get all past events created by page. Use cursor to get next page of results. |
| get_group_posts | Get group posts. Only PUBLIC groups can be scrapped! If there are no post response, check if group is not private. |
| get_group_future_events | Get group future events. Only PUBLIC groups can be scrapped! If there are no post response, check if group is not private. Use cursor to get next page of events! |
| search_events | Searches for facebook events |
| game_lives | Get game live videos Use cursor to get next page. |
| browse_games | Browse games. Use empty query for browse all games. Use cursor to get next page. |
| page_reviews | Get page reviews. Use cursor to get next page |
| search_video | Performs facebook videos search |
| profile_posts | Read profile posts (from recent), if public |
| events_details_by_id | Get events details by event id |
| locations | Search for facebook locations id. If you get strange results, try add country to query and/or try without diacritic |
| search_post | Performs facebook posts search |
| events_details_by_url | Get events details |
| profiles_details_by_id | Get profiles details by id |
| profile_details_by_url | Get profile details by url |
| profile_id | Get profile id by url |
| get_post_details | Get post details by url or post id. If both are set, post id is used. |
| get_group_details | Get group summary |
| get_group_id | Getting group facebook id |
| page_id | get page id from url |
| reshares | Get post reshares |
| search_place | Search for fb place |
| search_pages | Searches for facebook pages |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |