Todo List MCP Server

get-todo

Get a specific todo by ID

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" }