update_checklist_item
Modify an existing checklist item by updating its task details, description, completion status, or associated plans using the Divide and Conquer MCP Server for structured task management.
Instructions
Updates an existing checklist item.
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 | No | A longer description about what we want to achieve with this task | |
done | No | Whether the task is completed | |
index | Yes | The index of the checklist item to update (0-based) | |
task | No | A short yet comprehensive name for the task |