Things MCP Server

by hald

get-tags

Get all tags

Input Schema

NameRequiredDescriptionDefault
include_itemsNoInclude items tagged with each tag

Input Schema (JSON Schema)

{ "properties": { "include_items": { "default": false, "description": "Include items tagged with each tag", "type": "boolean" } }, "required": [], "type": "object" }