Skip to main content
Glama

Todo List MCP Server

by glaucia86

get_todo

Retrieve a specific task by its unique ID using the Todo List MCP Server. This tool enables users to access detailed information about individual tasks within their todo list, ensuring precise task management.

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

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