You're viewing a demo portfolio

Join the waitlist
PRSM

get_collection_item

Active

Tool 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)."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Webflow

https://github.com/pipeworx-io/mcp-webflow

1/7 registries
View full server →
get_collection_item — Webflow — PRSM MCP