add_figma_file
Integrate a Figma file into your workspace by providing its URL, enabling direct access and interaction within the Figma MCP Server environment.
Instructions
Add a Figma file to your context
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | The URL of the Figma file to add |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "The URL of the Figma file to add",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}