@kazuph/mcp-taskmanager

open_task_details

Retrieve detailed information about a specific task using its 'taskId' to inspect status, progress, or associated data within the task management system.

Instructions

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" }

You must be authenticated.

Other Tools from @kazuph/mcp-taskmanager

Related Tools

ID: bdjh7kx05h