Skip to main content
Glama

Todo List MCP Server

by glaucia86

search_todos

Filter and locate tasks by title, description, status, or priority to streamline task management and improve productivity on the Todo List MCP Server.

Instructions

Search todos by title or description

Input Schema

NameRequiredDescriptionDefault
priorityNoFilter by priority
searchTermYesSearch term for title or description
statusNoFilter by statusall

Input Schema (JSON Schema)

{ "properties": { "priority": { "description": "Filter by priority", "enum": [ "low", "medium", "high" ], "type": "string" }, "searchTerm": { "description": "Search term for title or description", "minLength": 1, "type": "string" }, "status": { "default": "all", "description": "Filter by status", "enum": [ "all", "completed", "pending" ], "type": "string" } }, "required": [ "searchTerm" ], "type": "object" }

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