Skip to main content
Glama

Todo MCP Server

by sholajegede

delete_todo

Remove a specific todo item from your task list by providing its unique ID and authentication token.

Instructions

Delete a todo item

Input Schema

NameRequiredDescriptionDefault
authTokenYesAuthentication token from Kinde
todoIdYesID of the todo to delete

Input Schema (JSON Schema)

{ "properties": { "authToken": { "description": "Authentication token from Kinde", "type": "string" }, "todoId": { "description": "ID of the todo to delete", "type": "string" } }, "required": [ "authToken", "todoId" ], "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/sholajegede/todo_mcp_server'

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