whoami
Resolve the current principal: user, org, role, scopes, accessible workspaces — a RyTask MCP tool for AI agents over the Model Context Protocol (requires the self permission).
Resolve the current principal: user, org, role, scopes, accessible workspaces.
| Required permission | self |
| Capability ID | identity.whoami |
| Destructive | No |
Parameters
This tool takes no parameters — call it with an empty object.
Input schema (JSON Schema)
{
"type": "object",
"properties": {},
"additionalProperties": false
}Access control
A call succeeds only when the personal access token's scopes and the holder's role both allow self (effective permission = scope ∩ role, default-deny). The tool runs inside the token owner's organization — tenancy is never a parameter.
update_view
Update a saved view (name / scope / filters / sort / grouping / layout) — a RyTask MCP tool for AI agents over the Model Context Protocol (requires the work:write permission).
Environment variables
Every configuration knob RyTask reads, with its default, whether you must set it, and what it does — verified against the code.