Skip to main content
Glama

list_todos

Retrieve and filter todo items by completion status, category, or priority to manage tasks effectively.

Instructions

List todos with optional filters. Use this when the user wants to see their todos. You can filter by completion status, category, or priority.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
show_completedNoWhether to include completed todos in the results
categoryNoOptional category name to filter by
priorityNoOptional priority level to filter by (0, 1, or 2)
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