Skip to main content
Glama
landicefu

Divide and Conquer MCP Server

by landicefu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
initialize_taskC

Creates a new task with the specified description and optional initial checklist items.

update_task_descriptionC

Updates the main task description.

update_contextC

Updates the context information for all tasks.

add_checklist_itemC

Adds a new item to the checklist.

update_checklist_itemC

Updates an existing checklist item.

mark_task_doneC

Marks a checklist item as done.

mark_task_undoneC

Marks a checklist item as not done.

remove_checklist_itemC

Removes a checklist item.

reorder_checklist_itemC

Moves a checklist item to a new position.

add_noteC

Adds a note to the task.

add_resourceC

Adds a resource to the task.

update_metadataC

Updates the task metadata.

clear_taskB

Clears the current task data.

get_checklist_summaryC

Returns a summary of the checklist with completion status.

get_current_task_detailsA

Retrieves details of the current task (first uncompleted task) with full context. This is the recommended tool to use when working with tasks.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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