@kazuph/mcp-taskmanager

open_task_details

Get details of a specific task by 'taskId'. This is for inspecting task information at any point.

Input Schema

NameRequiredDescriptionDefault
taskIdYes

Input Schema (JSON Schema)

{ "properties": { "taskId": { "type": "string" } }, "required": [ "taskId" ], "type": "object" }