Retrieves tasks currently in progress for a specific teammate. Searches for users by name across all shared projects. If multiple users match the name, returns a list with emails for clarification. Only shows tasks from columns marked as "in progress" or "progressing" type. Returns task names, priorities, board columns, and direct links.
Safety: Read only
Tool names, field names, and schema descriptions remain in canonical MCP English so copied calls match the server exactly.
Input schema
| Field | Type | Required | Description |
|---|---|---|---|
teammate_name |
string | yes | The name of the teammate to check tasks for (e.g., "Antoni", "Vladimir", "John"). First name is usually sufficient. |
Example prompt
Use get-teammate-tasks-tool to help me with the relevant Taskavel task.
Example call
{
"name": "get-teammate-tasks-tool",
"arguments": {}
}