mcp-chain-of-thought

get_task_detail

Retrieve comprehensive task details, including implementation guides and verification criteria, by providing the task ID. Enhances task clarity and execution precision.

Instructions

Get the complete detailed information of a task based on its ID, including unabridged implementation guides and verification criteria, etc.

Input Schema

NameRequiredDescriptionDefault
taskIdYesTask ID to view details

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "taskId": { "description": "Task ID to view details", "minLength": 1, "type": "string" } }, "required": [ "taskId" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-chain-of-thought

Related Tools

ID: 4lvqqvtprl