DeltaTask MCP Server

get_task_by_id

Get details for a specific task by ID.

Input Schema

NameRequiredDescriptionDefault
task_idYes

Input Schema (JSON Schema)

{ "properties": { "task_id": { "title": "Task Id", "type": "string" } }, "required": [ "task_id" ], "title": "get_task_by_idArguments", "type": "object" }