list_collections
ActiveTool of Webflow
declared in 0.1.0
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 schema
{
"type": "object",
"required": [
"site_id"
],
"properties": {
"site_id": {
"type": "string",
"description": "The id of the Webflow site whose CMS collections to list (from list_sites)."
}
}
}Parent server
Webflow
https://github.com/pipeworx-io/mcp-webflow
1/7 registries