get_workspace
Get a single workspace by id — a RyTask MCP tool for AI agents over the Model Context Protocol (requires the workspace:read permission).
Get a single workspace by id.
| Required permission | workspace:read |
| Capability ID | workspaces.get |
| Destructive | No |
Parameters
| Parameter | Type | Required | Notes |
|---|---|---|---|
id | string (uuid) | yes |
Input schema (JSON Schema)
{
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid"
}
},
"required": [
"id"
],
"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.
get_project
Get a single project (requires project:viewer) — a RyTask MCP tool for AI agents over the Model Context Protocol (requires the work:read permission).
invite_member
Invite a member by email or shareable link, with a pre-assigned role (Admin+) — a RyTask MCP tool for AI agents over the Model Context Protocol (requires the members:invite permission).