Agent Skill · Webflow

webflow-mcp:designer-tools

Build and manage pages, elements, components, and styles in Webflow Designer. Use when adding sections, creating layouts, building elements, inspecting or updating components, viewing what's inside a component, restructuring pages, creating new pages, previewing page structure, styling elements, or managing component properties. Requires Webflow Designer connection.

Provider: Webflow Path in repo: plugins/webflow-skills/skills/designer-tools/SKILL.md

Skill body

Page Structure

Build, inspect, and manage page elements and components in the Webflow Designer.

Important Note

ALWAYS use Webflow MCP tools for all operations:

Instructions

Phase 1: Discovery

  1. Call webflow_guide_tool first — always the first MCP tool call in any workflow
  2. Get the site: Use data_sites_tool with action list_sites to identify the target site. If only one site exists, use it automatically.
  3. Get current page: Use de_page_tool to identify which page is active in the Designer
  4. If user specifies a different page: Use de_page_tool to switch to it before proceeding
  5. Identify the task type:
    • Inspect: List elements, view structure, preview → go to Phase 2
    • Build/Modify/Delete: Add, update, restructure, remove → go to Phase 3
    • Components: List, inspect, update → go to Phase 2 or Phase 3 depending on read vs write

Phase 2: Inspection (read-only operations)

  1. List page elements: Use de_page_tool then element_tool with get_all_elements to retrieve page structure. Present a summary of sections, elements, and nesting.
  2. Preview elements: Use element_snapshot_tool to get visual previews of specific sections
  3. List components: Use data_components_tool with action list_components to list all site components
  4. Inspect a component: Use data_components_tool with action get_component_content or de_component_tool for Designer instances

Phase 3: Planning (before any mutation)

Before creating, updating, or deleting anything:

  1. Snapshot current state: Use element_snapshot_tool to capture the area being changed
  2. Present the plan: Describe exactly what will be created, modified, or deleted
  3. Request explicit confirmation: Ask the user before proceeding:
    • “Would you like me to proceed with these changes?”
    • “Shall I go ahead and create this?”
    • “Do you want me to apply these changes?”
    • “Before I make changes, here’s what I’ll do: [plan]. Confirm to proceed.”
  4. For destructive operations (delete, restructure): Require “confirm” or “delete”, warn about child elements that will also be affected

Phase 4: Execution (after confirmation only)

  1. Build elements: Use element_builder to create new elements (max 3 levels deep). For deeper structures, build in multiple passes.
  2. Style elements: Use style_tool to apply or update styles on created or existing elements
  3. Modify elements: Use element_tool with add_or_update_attribute to update attributes, text, or links
  4. Update components: Use data_components_tool with update_component_content or update_component_properties. Use de_component_tool for Designer-level instance changes.
  5. Create pages: Use de_page_tool to create new pages or folders

Phase 5: Verification

  1. Snapshot the result: Use element_snapshot_tool to capture the new state
  2. Report what changed: Summarize the changes made

Examples

Example 1: List page elements

User: “Show me all elements on the homepage”

  1. Call webflow_guide_tool for best practices
  2. Call data_sites_tool with list_sites to identify the site
  3. Call de_page_tool to confirm current page is homepage (switch if needed)
  4. Call element_tool with get_all_elements to retrieve page structure
  5. Present organized summary of sections, elements, and nesting

Example 2: Build a hero section

User: “Add a hero section with a heading and CTA button”

  1. Call webflow_guide_tool for best practices
  2. Call data_sites_tool with list_sites to identify the site
  3. Call de_page_tool to get current page
  4. Call element_snapshot_tool to capture current state
  5. Present plan: “I’ll create a Section with a Heading and Button. Would you like me to proceed?”
  6. After confirmation: call element_builder with nested structure
  7. Call style_tool to apply styles (padding, background, typography)
  8. Call element_snapshot_tool to show the result

Example 3: Update a component

User: “Update the footer copyright text to 2026”

  1. Call webflow_guide_tool for best practices
  2. Call data_sites_tool with list_sites to identify the site
  3. Call data_components_tool with list_components to find the footer
  4. Call data_components_tool with get_component_content to inspect it
  5. Present: “I’ll update the copyright text from ‘2025’ to ‘2026’. Would you like me to proceed?”
  6. After confirmation: call data_components_tool with update_component_content
  7. Report the change

Example 4: Restructure a section

User: “Restructure the hero section layout”

  1. Call webflow_guide_tool for best practices
  2. Call data_sites_tool with list_sites to identify the site
  3. Call de_page_tool to get current page
  4. Call element_snapshot_tool to capture current hero section
  5. Call element_tool to inspect current structure
  6. Present restructuring plan with before/after description
  7. After confirmation: apply changes using element_tool and/or element_builder
  8. Call element_snapshot_tool to show the result

Example 5: Create a two-column layout

User: “Create a two-column layout with text on left and image on right”

  1. Call webflow_guide_tool for best practices
  2. Call data_sites_tool with list_sites to identify the site
  3. Call de_page_tool to get current page
  4. Call element_snapshot_tool to capture current state
  5. Present plan: “I’ll create a Grid with two columns — text block on left, image on right. Would you like me to proceed?”
  6. After confirmation: call element_builder with grid structure
  7. Call style_tool to set grid layout properties
  8. Call element_snapshot_tool to show the result

Guidelines

Work with this as data

Every skill here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agent skills

4 MCP tools reach this
  • find_skillsBrowse and filter every skill in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This skill
curl "https://apis.io/api/v1/skills/webflow-mcp-designer-tools"
All agent skills
curl "https://apis.io/api/v1/skills?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.