Skip to main content
Glama

add_todo

Create new tasks or reminders with title, description, category, priority, and due date to manage your todo list.

Instructions

Add a new todo item to the list. Use this when the user wants to create a new task or reminder. You can specify title, description, category, priority, and due date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesThe title of the todo item
descriptionNoOptional description or additional details
categoryNoOptional category name (e.g., "Work", "Personal", "Shopping")
priorityNoPriority level: 0=normal, 1=high, 2=urgent
due_dateNoOptional due date in ISO format (e.g., "2024-12-31T23:59:59Z")
postgresUrlNoOverride the Postgres connection URL (defaults to MCP_POSTGRES_URL)
connectionIdNoBrowser connection ID (used to construct connection URL if postgresUrl not provided)
authTokenNoAuth token for authentication (used to construct connection URL if postgresUrl not provided)

Latest Blog Posts

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/maxabrahamsson/todo-mcp-db4app'

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