set_active_workspace
Set the active workspace for the session/principal — a RyTask MCP tool for AI agents over the Model Context Protocol (requires the workspace:read permission).
Set the active workspace for the session/principal.
| Required permission | workspace:read |
| Capability ID | workspaces.setActive |
| Destructive | No |
Parameters
| Parameter | Type | Required | Notes |
|---|---|---|---|
workspaceId | string (uuid) | yes |
Input schema (JSON Schema)
{
"type": "object",
"properties": {
"workspaceId": {
"type": "string",
"format": "uuid"
}
},
"required": [
"workspaceId"
],
"additionalProperties": false
}Access control
A call succeeds only when the personal access token's scopes and the holder's role both allow workspace:read (effective permission = scope ∩ role, default-deny). The tool runs inside the token owner's organization — tenancy is never a parameter.
search
Full-text search across work items, comments, projects, labels, and users (ranked, permission-scoped) — a RyTask MCP tool for AI agents over the Model Context Protocol (requires the work:read permission).
set_member_role
Change a member's role (Admin+; last-owner protected) — a RyTask MCP tool for AI agents over the Model Context Protocol (requires the members:write permission).