Things MCP Server

by hald

get-todos

Retrieve todos from the Things app, with options to include checklist items or filter by specific projects, enabling organized task management and prioritization.

Instructions

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" }
ID: t9cgixg2ah