Things MCP Server

by hald

get-projects

Get all projects from Things

Input Schema

NameRequiredDescriptionDefault
include_itemsNoInclude tasks within projects

Input Schema (JSON Schema)

{ "properties": { "include_items": { "default": false, "description": "Include tasks within projects", "type": "boolean" } }, "required": [], "type": "object" }