get_collection_item
ActiveTool of Webflow
declared in 0.1.0
Get a single item (record) from a Webflow CMS collection by its id. Returns the item's id, draft/archived status, last published time, and fieldData (the full CMS field values). Use after list_collection_items to read one piece of Webflow site content in detail.
Parameters schema
{
"type": "object",
"required": [
"collection_id",
"item_id"
],
"properties": {
"item_id": {
"type": "string",
"description": "The id of the CMS item to retrieve (from list_collection_items)."
},
"collection_id": {
"type": "string",
"description": "The id of the Webflow CMS collection containing the item (from list_collections)."
}
}
}Parent server
Webflow
https://github.com/pipeworx-io/mcp-webflow
1/7 registries