Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

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

Tools

Functions exposed to the LLM to take actions

NameDescription
webflow_guide_tool

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_ai

Ask Webflow AI about anything related to Webflow API.

collections_list

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

collections_get

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

collections_create

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

collection_fields_create_static

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

collection_fields_create_option

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

collection_fields_create_reference

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

collection_fields_update

Update properties of an existing field in a CMS collection.

collections_items_create_item_live

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

collections_items_update_items_live

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

collections_items_list_items

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

collections_items_create_item

Create new items in a CMS collection as drafts.

collections_items_update_items

Update existing items in a CMS collection as drafts.

collections_items_publish_items

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

collections_items_delete_item

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_list

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

components_get_content

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

components_update_content

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

components_get_properties

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

components_update_properties

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

pages_list

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

pages_get_metadata

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

pages_update_page_settings

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

pages_get_content

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

pages_update_static_content

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

site_registered_scripts_list

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_list

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_script

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

delete_all_site_scripts

Delete all custom scripts from a site.

sites_list

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

sites_get

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

sites_publish

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

asset_tool

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

get_image_preview

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

de_component_tool

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

element_builder

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_tool

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

de_page_tool

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

style_tool

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

de_learn_more_about_styles

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_tool

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

get_designer_app_connection_info

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