You're viewing a demo portfolio

Join the waitlist
PRSM

list_collection_items

Active

Tool of Webflow

declared in 0.1.0

List the items (records) in a Webflow CMS collection — the live site content such as blog posts, products, or team members. Returns paginated items with their id, draft/archived status, last published time, and fieldData (the CMS field values). Use to read the actual content stored in a Webflow collection.

Parameters schema

{
  "type": "object",
  "required": [
    "collection_id"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum number of items to return (default 50, max 100)."
    },
    "offset": {
      "type": "number",
      "description": "Number of items to skip for pagination (default 0)."
    },
    "collection_id": {
      "type": "string",
      "description": "The id of the Webflow CMS collection whose items to list (from list_collections)."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Webflow

https://github.com/pipeworx-io/mcp-webflow

1/7 registries
View full server →
list_collection_items — Webflow — PRSM MCP