Retrieves tasks that were completed today (or on a specific date) across all projects where the user is an owner or member. Shows who completed each task and when. Useful for daily standups, progress reports, and team updates.
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 |
|---|---|---|---|
date |
string | null | no |
Example prompt
Use get-completed-tasks-tool to help me with the relevant Taskavel task.
Example call
{
"name": "get-completed-tasks-tool",
"arguments": {}
}