Skip to main content
Glama

Todo List MCP Server

search-todos-by-date

Retrieve todo items by their creation date using the YYYY-MM-DD format. Simplify task management by filtering and locating specific todos based on when they were added to your list.

Instructions

Search todos by creation date (format: YYYY-MM-DD)

Input Schema

NameRequiredDescriptionDefault
dateYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "date": { "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" } }, "required": [ "date" ], "type": "object" }

You must be authenticated.

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/RegiByte/todo-list-mcp'

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