Todo List MCP Server

by RegiByte
Verified

delete-todo

Remove a specific task from your todo list by providing its unique ID within the Todo List MCP Server. Streamline task management with precise deletion.

Instructions

Delete a todo

Input Schema

NameRequiredDescriptionDefault
idYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "format": "uuid", "type": "string" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools from Todo List MCP Server

Related Tools

ID: kh39rjpplx