Set pane metadata
set_metaUpdate metadata on a pane by setting key-value pairs, deleting keys with null, and preserving untouched keys. Returns the merged result read back from the app.
Instructions
Attach or update free-form metadata on a pane (merged: a string value sets/overwrites a key, an explicit null DELETES that key, untouched keys are kept). Reserved keys role/parent/agentType/task describe an agent org; the rest is open. Returns the TRUE merged metadata read back from the app (not your raw input). This is how an orchestrator records the org chart as data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | key→string sets/overwrites it; key→null deletes it | |
| paneId | Yes |