Things MCP Server

by hald

get-areas

Get all areas from Things

Input Schema

NameRequiredDescriptionDefault
include_itemsNoInclude projects and tasks within areas

Input Schema (JSON Schema)

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