add_figma_file
Add a Figma file URL to your context using the Figma MCP Server, enabling AI assistants to view, comment, and analyze designs directly in chat interfaces.
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"
}