Retrieves comprehensive details for a specific task, including description, assignees, todo lists, subtasks, dependencies, and recent comments. Tasks can be located by ID or by searching name and description.
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 |
|---|---|---|---|
task_id |
integer | no | The task ID. Use this if you know the exact ID. |
search |
string | no | Search by task name, description, or "#number". Example: "login page" or "#14". |
Example prompt
Use get-task-details-tool to help me with the relevant Taskavel task.
Example call
{
"name": "get-task-details-tool",
"arguments": {}
}