list_api_tokens
List the holder’s own personal access tokens (never the secret) — a RyTask MCP tool for AI agents over the Model Context Protocol (requires the tokens:read permission).
List the holder’s own personal access tokens (never the secret).
| Required permission | tokens:read |
| Capability ID | apiTokens.list |
| 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 tokens:read (effective permission = scope ∩ role, default-deny). The tool runs inside the token owner's organization — tenancy is never a parameter.
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).
list_comments
List threaded comments on a work item — a RyTask MCP tool for AI agents over the Model Context Protocol (requires the work:read permission).