Skip to main content
Glama

Todo MCP Server

by sholajegede

create_todo

Create new todo items with titles and optional descriptions to organize tasks and track progress through a complete todo management system.

Instructions

Create a new todo item

Input Schema

NameRequiredDescriptionDefault
authTokenYesAuthentication token from Kinde
descriptionNoOptional description of the todo item
titleYesTitle of the todo item

Input Schema (JSON Schema)

{ "properties": { "authToken": { "description": "Authentication token from Kinde", "type": "string" }, "description": { "description": "Optional description of the todo item", "type": "string" }, "title": { "description": "Title of the todo item", "type": "string" } }, "required": [ "authToken", "title" ], "type": "object" }

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/sholajegede/todo_mcp_server'

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