Things MCP Server

by hald

get-todos

Get todos from Things, optionally filtered by project

Input Schema

NameRequiredDescriptionDefault
include_itemsNoInclude checklist items
project_uuidNoOptional UUID of a specific project to get todos from

Input Schema (JSON Schema)

{ "properties": { "include_items": { "default": true, "description": "Include checklist items", "type": "boolean" }, "project_uuid": { "description": "Optional UUID of a specific project to get todos from", "type": "string" } }, "required": [], "type": "object" }