Todo List MCP Server

by RegiByte
Verified

get-todo

Retrieve a specific todo task by its unique ID from the Todo List MCP Server, enabling precise access to task details for efficient management.

Instructions

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

You must be authenticated.

Other Tools from Todo List MCP Server

Related Tools

ID: kh39rjpplx