Things MCP Server

by hald

show-item

Show a specific item or list in Things

Input Schema

NameRequiredDescriptionDefault
filter_tagsNoOptional tags to filter by
idYesID of item to show, or one of: inbox, today, upcoming, anytime, someday, logbook
queryNoOptional query to filter by

Input Schema (JSON Schema)

{ "properties": { "filter_tags": { "description": "Optional tags to filter by", "items": { "type": "string" }, "type": "array" }, "id": { "description": "ID of item to show, or one of: inbox, today, upcoming, anytime, someday, logbook", "type": "string" }, "query": { "description": "Optional query to filter by", "type": "string" } }, "required": [ "id" ], "type": "object" }