extract_slide_content
Extract text, tables, and images from a Figma slide. Choose raw or structured output, and opt for text-only or include images.
Instructions
Extract all content from a Figma slide including text, tables, and optionally images
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slideId | Yes | ID of the slide to extract content from | |
| textOnly | No | Extract only text content, skip tables and images (default: false) | |
| outputFormat | No | Output format: raw text or structured JSON (default: structured) | |
| includeImages | No | Include image data in extraction (default: false) |