Skip to main content
Glama

Divide and Conquer MCP Server

by landicefu

reorder_checklist_item

Moves a checklist item to a new position in the task sequence, enabling users to reorganize priorities and streamline workflows efficiently within structured tracking systems.

Instructions

Moves a checklist item to a new position.

Input Schema

NameRequiredDescriptionDefault
from_indexYesThe current index of the checklist item (0-based)
to_indexYesThe new index for the checklist item (0-based)

Input Schema (JSON Schema)

{ "properties": { "from_index": { "description": "The current index of the checklist item (0-based)", "type": "number" }, "to_index": { "description": "The new index for the checklist item (0-based)", "type": "number" } }, "required": [ "from_index", "to_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