Assets
Manage assets and folders in the Webflow Designer asset manager using the Assets tools. Organize files, update asset metadata, and retrieve asset information.
The MCP Companion App must be open in the Webflow Designer for these tools to function.
Asset tool
Perform actions like creating folders, getting assets, and updating asset metadata.
Tool: asset_tool
Unique identifier for the site.
An array of asset actions to perform. See action examples below.
Actions
Create folder
Create a new folder in the asset manager.
The name of the folder to create.
The ID of a parent folder to create the new folder inside. If omitted, the folder is created in the root directory.
Get all assets and folders
Retrieve a list of assets and/or folders.
Specify what to retrieve.
An array of asset IDs to filter by.
Update asset
Update an asset’s metadata, such as its name, alt text, or parent folder.
The ID of the asset to update.
The new name for the asset.
The new alt text for the asset.
The ID of the folder to move the asset to.
Get image preview
Fetch an image from a URL and return it as a base64-encoded string.
The URL of the image to fetch.
Unique identifier for the site.
This tool helps analyze uploaded assets in your Webflow project, enabling the LLM to generate ALT text or perform other related tasks. Supported image formats include JPG, PNG, WEBP, and AVIF.