Things MCP Server

by hald

search-todos

Locate specific tasks by searching todo titles and notes within the Things app using a simple query. Ideal for quickly finding tasks in your workflow.

Instructions

Search todos by title or notes

Input Schema

NameRequiredDescriptionDefault
queryYesSearch term to look for in todo titles and notes

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "Search term to look for in todo titles and notes", "type": "string" } }, "required": [ "query" ], "type": "object" }
ID: t9cgixg2ah