Skip to main content
Glama

Things MCP Server

by hald

get_todos

Retrieve todos from the Things app, with options to filter by project and include checklist items. Integrates with Claude Desktop for task management using natural language commands.

Instructions

Get todos from Things, optionally filtered by project

Args: project_uuid: Optional UUID of a specific project to get todos from include_items: Include checklist items

Input Schema

NameRequiredDescriptionDefault
include_itemsNo
project_uuidNo

Input Schema (JSON Schema)

{ "properties": { "include_items": { "default": true, "title": "Include Items", "type": "boolean" }, "project_uuid": { "default": null, "title": "Project Uuid", "type": "string" } }, "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