MCP tool Inputs
remove_member
Remove a member
writes data destructive — asks for confirmation
Remove a member from the active workspace (their access ends on their next call), or revoke a pending invite by email. Use when the user wants to remove/kick someone from the workspace/team, cancel an invite, or leave the workspace themselves. Removing a member requires confirm: true after the user confirms; the last owner can never be removed.
Ask your assistant
Remove erik@company.com from the workspace.
Cancel the invite I sent to Anna.
Access ends on the member’s next call. Anyone can leave a workspace themselves, but the last owner can’t be removed — transfer ownership first.
| Parameter | Type | Description |
|---|---|---|
| member * | string | The member's email — or a pending invite's email to revoke it (see list_members) |
| confirm | boolean | true once the user has confirmed the removal |
* required