mempalace_update_drawer
Update an existing drawer's content and metadata (wing, room). Fetches drawer first; errors if missing.
Instructions
Update an existing drawer's content and/or metadata (wing, room). Fetches existing drawer first; returns error if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drawer_id | Yes | ID of the drawer to update | |
| content | No | New content (optional — omit to keep existing) | |
| wing | No | New wing (optional — omit to keep existing) | |
| room | No | New room (optional — omit to keep existing) |