Skip to main content
Glama

Things MCP Server

by hald

show_item

Display a specific item or predefined list in Things app by ID or category. Filter results using optional query keywords or tags for targeted task and project management.

Instructions

Show a specific item or list in Things

Args: id: ID of item to show, or one of: inbox, today, upcoming, anytime, someday, logbook query: Optional query to filter by filter_tags: Optional tags to filter by

Input Schema

NameRequiredDescriptionDefault
filter_tagsNo
idYes
queryNo

Input Schema (JSON Schema)

{ "properties": { "filter_tags": { "default": null, "items": { "type": "string" }, "title": "Filter Tags", "type": "array" }, "id": { "title": "Id", "type": "string" }, "query": { "default": null, "title": "Query", "type": "string" } }, "required": [ "id" ], "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