Skip to main content
Glama

Divide and Conquer MCP Server

by landicefu

mark_task_done

Mark a specific checklist item as completed by providing its index. This function helps track task progress within the Divide and Conquer MCP Server's structured task management system.

Instructions

Marks a checklist item as done.

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "index": { "description": "The index of the checklist item to mark as 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