Retrieves tasks assigned to the authenticated user. Returns task names, due dates, priorities, board columns, completion status, and direct links to each task.
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 |
|---|---|---|---|
project_name |
string | no | Filter tasks by project name. Matches partially (e.g. "iAp" matches "iAp Development"). If not provided, returns tasks from all projects. |
Example prompt
Use list-my-tasks-tool to help me with the relevant Taskavel task.
Example call
{
"name": "list-my-tasks-tool",
"arguments": {}
}