Webflow MCP Server

get_site

Retrieve detailed information about a specific Webflow site by ID, including workspace, creation date, display name, and publishing details

Input Schema

NameRequiredDescriptionDefault
siteIdYesThe unique identifier of the Webflow site

Input Schema (JSON Schema)

{ "properties": { "siteId": { "description": "The unique identifier of the Webflow site", "type": "string" } }, "required": [ "siteId" ], "type": "object" }

You must be authenticated.

Other Tools