Skip to main content
Glama

Divide and Conquer MCP Server

by landicefu

update_checklist_item

Modify a task in the checklist by updating its details, description, context, or completion status. Supports structured task management for AI agents.

Instructions

Updates an existing checklist item.

Input Schema

NameRequiredDescriptionDefault
context_and_planNoRelated information, files the agent should read, and more details from other tasks, as well as a detailed plan for this task
detailed_descriptionNoA longer description about what we want to achieve with this task
doneNoWhether the task is completed
indexYesThe index of the checklist item to update (0-based)
taskNoA short yet comprehensive name for the task

Input Schema (JSON Schema)

{ "properties": { "context_and_plan": { "description": "Related information, files the agent should read, and more details from other tasks, as well as a detailed plan for this task", "type": "string" }, "detailed_description": { "description": "A longer description about what we want to achieve with this task", "type": "string" }, "done": { "description": "Whether the task is completed", "type": "boolean" }, "index": { "description": "The index of the checklist item to update (0-based)", "type": "number" }, "task": { "description": "A short yet comprehensive name for the task", "type": "string" } }, "required": [ "index" ], "type": "object" }

Other Tools from Divide and Conquer MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/landicefu/divide-and-conquer-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server