Skip to main content
Glama

Todo MCP Server

by sholajegede

create_todo_interactive

Create new todo items through guided prompts, allowing you to set titles, descriptions, and completion status for task management.

Instructions

Create a new todo item with interactive prompts

Input Schema

NameRequiredDescriptionDefault
authTokenNoAuthentication token from Kinde (optional if saved)
completedNoCompletion status of the todo
descriptionNoOptional description of the todo item
titleNoTitle of the todo item

Input Schema (JSON Schema)

{ "properties": { "authToken": { "description": "Authentication token from Kinde (optional if saved)", "type": "string" }, "completed": { "description": "Completion status of the todo", "type": "boolean" }, "description": { "description": "Optional description of the todo item", "type": "string" }, "title": { "description": "Title of the todo item", "type": "string" } }, "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