list_collections
Pack: webflow · Endpoint: https://gateway.pipeworx.io/webflow/mcp
List the CMS collections defined on a Webflow site. Returns each collection’s id, display name, slug, singular name, created time, and last updated time. Use to discover the CMS structure of a site before listing or reading collection items (the actual site content).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | The id of the Webflow site whose CMS collections to list (from list_sites). |
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_collections","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.