Skip to main content
Glama

Todo List MCP Server

by glaucia86

delete_todo

Remove a specific todo item by providing its UUID, enabling efficient task management within the Todo List MCP Server.

Instructions

Delete a todo item

Input Schema

NameRequiredDescriptionDefault
idYesUUID of the todo to delete

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "UUID of the todo to delete", "format": "uuid", "type": "string" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from Todo List MCP Server

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/glaucia86/todo-list-mcp-server'

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