finish_working_on_nodes
Remove working indicators from artboards you were editing. Call with no arguments to clear all, or pass specific node IDs to release only those.
Instructions
MUST call this when done working. Remove the working indicator from artboards you were editing.
Call with no arguments to release all working indicators at once. Optionally pass specific artboard IDs if you want to release only some.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | No | Optional. The Paper file ID this call should act on. Pass it to reliably target a specific file when several are open at once (e.g. multiple agents from the same session working in parallel). Omit to use the most recently opened file in the session. | |
| nodeIds | No | Optional. Specific node IDs to release. If omitted, all working indicators are released. |