list_collection_items

Pack: webflow · Endpoint: https://gateway.pipeworx.io/webflow/mcp

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

NameTypeRequiredDescription
collection_idstringyesThe id of the Webflow CMS collection whose items to list (from list_collections).
limitnumbernoMaximum number of items to return (default 50, max 100).
offsetnumbernoNumber of items to skip for pagination (default 0).

Example call

curl -X POST https://gateway.pipeworx.io/webflow/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_collection_items","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "webflow": {
      "url": "https://gateway.pipeworx.io/webflow/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 3, 2026