update_space
Update metadata of an existing Huly space: change name, description, privacy, archive status, or auto-join settings without creating or deleting spaces.
Instructions
Update safe common metadata on an existing Huly space: name, description, private, archived, and autoJoin. Does not create/delete spaces or mutate module-specific required fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space | Yes | a string that will be trimmed | |
| class | No | a string that will be trimmed | |
| type | No | a string that will be trimmed | |
| name | No | a string that will be trimmed | |
| description | No | New plain-text description. Pass null to clear; empty string is also accepted. | |
| private | No | Whether the space is private. | |
| archived | No | Whether the space is archived. | |
| autoJoin | No | Whether workspace members should auto-join the space when supported. |
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. |