Skip to main content
Glama

Webflow

Official
by webflow

sites_publish

Publish Webflow sites to specified custom domains or a Webflow subdomain by providing the site ID and domain details. Manage site deployment efficiently with this MCP server tool.

Input Schema

NameRequiredDescriptionDefault
customDomainsNo
publishToWebflowSubdomainNo
site_idYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "customDomains": { "items": { "type": "string" }, "type": "array" }, "publishToWebflowSubdomain": { "default": false, "type": "boolean" }, "site_id": { "type": "string" } }, "required": [ "site_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/webflow/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server