list_collection_items
ActiveTool of Webflow
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)."
}
}
}Parent server
Webflow
https://github.com/pipeworx-io/mcp-webflow
1/7 registries