Skip to main content
Glama

Divide and Conquer MCP Server

by landicefu

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

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_descriptionYesA longer description about what we want to achieve with this task
doneNoWhether the task is already completed
positionNoOptional position to insert the task (0-based index). If not provided, the task will be added at the end.
taskYesA 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": { "default": false, "description": "Whether the task is already completed", "type": "boolean" }, "position": { "description": "Optional position to insert the task (0-based index). If not provided, the task will be added at the end.", "type": "number" }, "task": { "description": "A short yet comprehensive name for the task", "type": "string" } }, "required": [ "task", "detailed_description" ], "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