You're viewing a demo portfolio

Join the waitlist
PRSM

facebook_group_posts_list

Active

Tool of Social Fetch

declared in 0.19.0

List posts from a Facebook group by group URL.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "maxLength": 4096,
      "minLength": 1,
      "description": "Public Facebook group URL whose posts should be listed."
    },
    "cursor": {
      "type": "string",
      "minLength": 1,
      "description": "Opaque pagination cursor from a previous response (`data.page.nextCursor`)."
    },
    "sortBy": {
      "enum": [
        "top",
        "recentActivity",
        "chronological",
        "chronologicalListings"
      ],
      "type": "string",
      "description": "Optional sort order for the returned posts."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Social Fetch

https://github.com/social-freak-ltd/socialfetch-mcp

1/7 registries
View full server →