set_space_owners
Replace owners on a Huly space using account UUIDs, exact emails, or display names. Owners are also added to members unless specified otherwise.
Instructions
Replace owners on an existing Huly space. Owners accept account UUID, exact email, or exact person display name. By default, owners are also ensured in members.
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 | |
| owners | Yes | Replacement owner list. Each entry may be an account UUID, exact email address, or exact person name. Pass [] to clear owners. | |
| ensureMembers | No | Also add each owner to members. Defaults to true. |
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. |