elaichi__toolbox__update
Update a toolbox’s name or description (not entries — use toolbox.set_entries). MERGE: fields you omit keep their current values. description takes a string, or null to clear it; any other type is rejected rather than silently wiping the field. Only a STORED id may be updated — the global:…/connection:… dynamic ids from toolbox.list are recomputed from scratch on every call and are refused here. Returns the updated { toolbox, entries } detail — the same NESTED shape toolbox.get returns, so the name is result.toolbox.name, never result.name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stored toolbox id (`tbx_…`) from toolbox.list. | |
| name | No | New name. Omit to leave unchanged. | |
| description | No | New description; null clears it. Omit to leave unchanged. |