Skip to main content
Glama

Todo List MCP Server

by glaucia86

list_todos

Filter and paginate through tasks by status, priority, or tags using this tool. Retrieve organized todo lists with configurable limits and offsets for efficient task management.

Instructions

List todos with filtering and pagination

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results
offsetNoNumber of results to skip
priorityNoFilter by priority
statusNoFilter by completion statusall
tagsNoFilter by tags (OR logic)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "description": "Maximum number of results", "maximum": 100, "minimum": 1, "type": "number" }, "offset": { "default": 0, "description": "Number of results to skip", "minimum": 0, "type": "number" }, "priority": { "description": "Filter by priority", "enum": [ "low", "medium", "high" ], "type": "string" }, "status": { "default": "all", "description": "Filter by completion status", "enum": [ "all", "completed", "pending" ], "type": "string" }, "tags": { "description": "Filter by tags (OR logic)", "items": { "type": "string" }, "type": "array" } }, "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