Skip to main content
Glama

Things MCP Server

by hald

get-tagged-items

Retrieve items associated with a specific tag from the Things app using natural language commands via the Things MCP Server. Ideal for organizing and filtering tasks or projects efficiently.

Instructions

Get items with a specific tag

Input Schema

NameRequiredDescriptionDefault
tagYesTag title to filter by

Input Schema (JSON Schema)

{ "properties": { "tag": { "description": "Tag title to filter by", "type": "string" } }, "required": [ "tag" ], "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