Skip to main content
Glama
webflow

Webflow

Official
by webflow

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WEBFLOW_TOKENYesYour Webflow API token obtained from Webflow's API Playground

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
webflow_guide_toolB

Provides essential guidelines and best practices for effectively using the Webflow tools. Call this tool to understand recommended workflows and important considerations before performing actions. ALWAYS CALL THIS TOOL FIRST BEFORE CALLING ANY OTHER TOOLS. ALWAYS CALL THIS TOOL FIRST BEFORE CALLING ANY OTHER TOOLS.

ask_webflow_aiC

Ask Webflow AI about anything related to Webflow API.

collections_listC

List all CMS collections in a site. Returns collection metadata including IDs, names, and schemas.

collections_getB

Get detailed information about a specific CMS collection including its schema and field definitions.

collections_createC

Create a new CMS collection in a site with specified name and schema.

collection_fields_create_staticC

Create a new static field in a CMS collection (e.g., text, number, date, etc.).

collection_fields_create_optionC

Create a new option field in a CMS collection with predefined choices.

collection_fields_create_referenceC

Create a new reference field in a CMS collection that links to items in another collection.

collection_fields_updateC

Update properties of an existing field in a CMS collection.

collections_items_create_item_liveB

Create and publish new items in a CMS collection directly to the live site.

collections_items_update_items_liveC

Update and publish existing items in a CMS collection directly to the live site.

collections_items_list_itemsC

List items in a CMS collection with optional filtering and sorting.

collections_items_create_itemC

Create new items in a CMS collection as drafts.

collections_items_update_itemsC

Update existing items in a CMS collection as drafts.

collections_items_publish_itemsC

Publish draft items in a CMS collection to make them live.

collections_items_delete_itemB

Delete an item in a CMS collection. Items will only be deleted in the primary locale unless a cmsLocaleId is included in the request.

components_listB

List all components in a site. Returns component metadata including IDs, names, and versions.

components_get_contentC

Get the content structure and data for a specific component including text, images, and nested components.

components_update_contentC

Update content on a component in secondary locales by modifying text nodes and property overrides.

components_get_propertiesC

Get component properties including default values and configuration for a specific component.

components_update_propertiesC

Update component properties for localization to customize behavior in different languages.

pages_listB

List all pages within a site. Returns page metadata including IDs, titles, and slugs.

pages_get_metadataA

Get metadata for a specific page including SEO settings, Open Graph data, and page status (draft/published).

pages_update_page_settingsC

Update page settings including SEO metadata, Open Graph data, slug, and publishing status.

pages_get_contentC

Get the content structure and data for a specific page including all elements and their properties.

pages_update_static_contentC

Update content on a static page in secondary locales by modifying text nodes and property overrides.

site_registered_scripts_listB

List all registered scripts for a site. To apply a script to a site or page, first register it via the Register Script endpoints, then apply it using the relevant Site or Page endpoints.

site_applied_scripts_listB

Get all scripts applied to a site by the App. To apply a script to a site or page, first register it via the Register Script endpoints, then apply it using the relevant Site or Page endpoints.

add_inline_site_scriptC

Register an inline script for a site. Inline scripts are limited to 2000 characters.

delete_all_site_scriptsC

Delete all custom scripts from a site.

sites_listA

List all sites accessible to the authenticated user. Returns basic site information including site ID, name, and last published date.

sites_getB

Get detailed information about a specific site including its settings, domains, and publishing status.

sites_publishC

Publish a site to specified domains. This will make the latest changes live on the specified domains.

asset_toolC

Designer Tool - Asset tool to perform actions like create folder, get all assets and folders, update assets and folders

get_image_previewC

Designer Tool - Get image preview from url. this is helpful to get image preview from url.

de_component_toolC

Designer tool - Component tool to perform actions like create component instances, get all components and more.

element_builderC

Designer Tool - Element builder to create element on current active page. only create elements upto max 3 levels deep. divide your elements into smaller elements to create complex structures. recall this tool to create more elements. but max level is upto 3 levels. you can have as many children as you want. but max level is 3 levels.

element_toolC

Designer Tool - Element tool to perform actions like get all elements, get selected element, select element on current active page. and more

de_page_toolC

Designer Tool - Page tool to perform actions like create page, create page folder, get current page, switch page

style_toolC

Designer Tool - Style tool to perform actions like create style, get all styles, update styles

de_learn_more_about_stylesB

Designer tool - Learn more about styles supported by Webflow Designer.Please do not use any other styles which is not supported by Webflow Designer.Please use the long-form alias of a CSS property when managing styles. For example, the property row-gap has a long-form alias of grid-row-gap, margin has long-form alias of margin-top, margin-right, margin-bottom, margin-left, etc.

variable_toolC

Designer Tool - Variable tool to perform actions like create variable, get all variables, update variable

get_designer_app_connection_infoC

Get Webflow MCP App Connection Info. if user ask to get Webflow MCP app connection info, use this tool

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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