Skip to main content
Glama

Software Planning Tool

by NightTrek

update_todo_status

Modify the completion status of a specific todo item by providing its ID and the new status, enabling efficient progress tracking in software development planning.

Instructions

Update the completion status of a todo item

Input Schema

NameRequiredDescriptionDefault
isCompleteYesNew completion status
todoIdYesID of the todo item

Input Schema (JSON Schema)

{ "properties": { "isComplete": { "description": "New completion status", "type": "boolean" }, "todoId": { "description": "ID of the todo item", "type": "string" } }, "required": [ "todoId", "isComplete" ], "type": "object" }

You must be authenticated.

Other Tools from Software Planning Tool

Related Tools

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/NightTrek/Software-planning-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server