assess_task
Analyze task complexity and structure to determine if it can be completed as one unit or requires breakdown into subtasks. Use only for unstarted tasks in the Task Manager MCP Server.
Instructions
A tool to assess the complexity and structure of a task. A task can only be assessed if it hasn't been started yet.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
complexityAssessment | Yes | A detailed assessment of this task's complexity. Describe if this task can be performed all at once, or if it requires performing multiple discrete subtasks instead. | |
complexityAssessmentOutcomeSubtasks | No | A list of discrete subtasks that must be performed to perform this task, if applicable. Tasks with missing knowledge must always have multiple subtasks, so that the knowledge can be acquired separately before the actual task can be performed. | |
currentStatus | Yes | The current status of the task. | |
parentTaskId | No | The identifier of the parent task this task belongs to, if applicable. | |
taskId | Yes | The unique identifier for this task. |