get_collection_item

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

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

NameTypeRequiredDescription
collection_idstringyesThe id of the Webflow CMS collection containing the item (from list_collections).
item_idstringyesThe id of the CMS item to retrieve (from list_collection_items).

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":"get_collection_item","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