Todo List MCP Server

by RegiByte
Verified

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

ID: kh39rjpplx