Ingest FigJam Board
ingest_boardReads a FigJam file, clusters its content, and caches it for later context retrieval and question answering.
Instructions
Reads a FigJam/Figma file, clusters its content, and caches it under a boardId for later get_board_context / answer_from_board calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| figmaFileUrl | Yes | URL of the FigJam/Figma file to ingest | |
| docStructureHint | No | How to interpret the board's structure when mapping clusters to phases | freeform |
| figmaAccessToken | No | Figma personal access token; falls back to FIGMA_ACCESS_TOKEN env var if omitted |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | ||
| summary | Yes | ||
| clusterCount | Yes |