分析 Figma 节点结构
figma_analyze_structureAnalyze a Figma node to retrieve structured semantic JSON without screenshots, ideal for supplementing existing screenshots with detailed layout, CSS, and pattern data.
Instructions
仅获取结构化分析 JSON(不含截图)。适合在已有截图的情况下补充获取结构数据。
输出包含:容器聚合、精确 CSS 样式、布局方向推断、重复模式检测、资源 URL 列表。
Args:
node_id (string, 必填): Figma 节点 ID
Returns: 结构化语义分析 JSON。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Figma 节点 ID,如 "0:118" 或 "0-118"。从 Figma URL 的 node-id 参数提取 |