Things MCP Server

by hald

get-tagged-items

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