update_member_role
Update a member's role in a workspace by specifying their account ID and new role from predefined options. Requires appropriate permissions.
Instructions
Update a workspace member's role. Requires appropriate permissions. Valid roles: READONLYGUEST, DocGuest, GUEST, USER, MAINTAINER, OWNER, ADMIN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | a string that will be trimmed | |
| role | Yes | New role for the member |
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. |