Skip to main content
Glama

Divide and Conquer MCP Server

by landicefu

mark_task_undone

Revert a completed checklist item to incomplete by specifying its index, enabling re-evaluation or correction in task workflows on the Divide and Conquer MCP Server.

Instructions

Marks a checklist item as not done.

Input Schema

NameRequiredDescriptionDefault
indexYesThe index of the checklist item to mark as not done (0-based)

Input Schema (JSON Schema)

{ "properties": { "index": { "description": "The index of the checklist item to mark as not done (0-based)", "type": "number" } }, "required": [ "index" ], "type": "object" }

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