set_drive_owners
Replace the owners of a Drive using account UUIDs, emails, or names. Optionally add each new owner as a Drive member, or pass an empty list to remove all owners.
Instructions
Replace owners on an existing Drive. Owners accept account UUIDs, exact emails, or exact person names. By default, each owner is also ensured as a Drive member. Pass owners=[] to clear owners.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drive | Yes | a string that will be trimmed | |
| owners | Yes | Replacement Drive 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 Drive 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. |