figma_changes
Get human edits made in Figma since your previous call, excluding tool-caused changes, to track what changed between your actions.
Instructions
What changed in the file since a previous call: node creations, deletions and property changes recorded by the plugin, with a per-node summary. Changes made by tool calls are tagged byPlugin (heuristic: they arrive during, or within 2 s after, a mutating call) and hidden by default, so this shows what the person edited in Figma between your calls. Pass back the returned seq as since.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries returned, newest kept (default 200). | |
| since | No | seq from the previous call. Omit for everything buffered (last 1000 changes). | |
| includePlugin | No | Also list changes caused by tool calls. Default false. |