Skip to main content
Glama

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hald/things-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server