Skip to main content
Glama

Todo List MCP Server

by glaucia86

get_todo

Retrieve a specific task by its unique ID using the tool on Todo List MCP Server. Input the task's UUID to access its details efficiently.

Instructions

Get a specific todo by ID

Input Schema

NameRequiredDescriptionDefault
idYesUUID of the todo to retrieve

Input Schema (JSON Schema)

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

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