update_drive
Update metadata of an existing Huly Drive: change name, description, privacy, archive status, or auto-join setting.
Instructions
Update safe metadata on an existing Drive: name, description, private, archived, or autoJoin. Provide at least one update field. This changes the Drive space, not files or folders inside it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drive | Yes | a string that will be trimmed | |
| name | No | a string that will be trimmed | |
| description | No | New plain-text Drive description. Pass null to clear; empty string is also accepted. | |
| private | No | Whether the Drive is private. | |
| archived | No | Whether the Drive is archived. | |
| autoJoin | No | Whether workspace members should auto-join the Drive. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |