Things MCP Server

by hald

get-tagged-items

Retrieve items associated with a specific tag from the Things app using natural language commands via the Things MCP Server. Ideal for organizing and filtering tasks or projects efficiently.

Instructions

Get items with a specific tag

Input Schema

NameRequiredDescriptionDefault
tagYesTag title to filter by

Input Schema (JSON Schema)

{ "properties": { "tag": { "description": "Tag title to filter by", "type": "string" } }, "required": [ "tag" ], "type": "object" }
ID: t9cgixg2ah