add_checklist_item
Add a new task to a structured checklist, specifying its name, detailed description, context, and position. Use this tool to organize and track complex tasks effectively within the Divide and Conquer MCP Server.
Instructions
Adds a new item to the checklist.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_and_plan | No | Related information, files the agent should read, and more details from other tasks, as well as a detailed plan for this task | |
detailed_description | Yes | A longer description about what we want to achieve with this task | |
done | No | Whether the task is already completed | |
position | No | Optional position to insert the task (0-based index). If not provided, the task will be added at the end. | |
task | Yes | A short yet comprehensive name for the task |