Skip to main content
Glama

Todo List MCP Server

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

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

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