Skip to main content
Glama

Things MCP Server

by hald

search_advanced

Query and filter todos in the Things app by status, start date, deadline, tag, area, or type to organize and retrieve tasks efficiently. Powered by Things MCP Server.

Instructions

Advanced todo search with multiple filters

Args: status: Filter by todo status (incomplete, completed, canceled) start_date: Filter by start date (YYYY-MM-DD) deadline: Filter by deadline (YYYY-MM-DD) tag: Filter by tag area: Filter by area UUID type: Filter by item type (to-do, project, heading)

Input Schema

NameRequiredDescriptionDefault
areaNo
deadlineNo
start_dateNo
statusNo
tagNo
typeNo

Input Schema (JSON Schema)

{ "properties": { "area": { "default": null, "title": "Area", "type": "string" }, "deadline": { "default": null, "title": "Deadline", "type": "string" }, "start_date": { "default": null, "title": "Start Date", "type": "string" }, "status": { "default": null, "title": "Status", "type": "string" }, "tag": { "default": null, "title": "Tag", "type": "string" }, "type": { "default": null, "title": "Type", "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