Things MCP Server

by hald

search-todos

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" }