TaskFlow MCP

MIT License
186
2
  • Linux
  • Apple

open_task_details

Retrieve detailed information about a specific task using its taskId to inspect progress, status, and related data within the TaskFlow MCP 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" }
ID: b170d3smju