remove_member
Remove a member; revokes their sessions and tokens (Admin+; last-owner protected) — a RyTask MCP tool for AI agents over the Model Context Protocol (requires the members:write permission).
Remove a member; revokes their sessions and tokens (Admin+; last-owner protected).
| Required permission | members:write |
| Capability ID | members.remove |
| Destructive | Yes — irreversible; agents should confirm before calling |
Parameters
| Parameter | Type | Required | Notes |
|---|---|---|---|
userId | string (uuid) | yes |
Input schema (JSON Schema)
{
"type": "object",
"properties": {
"userId": {
"type": "string",
"format": "uuid"
}
},
"required": [
"userId"
],
"additionalProperties": false
}Access control
A call succeeds only when the personal access token's scopes and the holder's role both allow members:write (effective permission = scope ∩ role, default-deny). The tool runs inside the token owner's organization — tenancy is never a parameter.
remove_label_from_issue
Remove a label from a work item — a RyTask MCP tool for AI agents over the Model Context Protocol (requires the work:write permission).
reorder_statuses
Reorder a project’s statuses (board column order) — a RyTask MCP tool for AI agents over the Model Context Protocol (requires the work:write permission).