Skip to main content
Glama

Things MCP Server

by hald

get-recent

Retrieve recently created items within a specified time period (e.g., '3d', '1w', '2m', '1y') using the tool on the Things MCP Server, facilitating efficient task and project tracking.

Instructions

Get recently created items

Input Schema

NameRequiredDescriptionDefault
periodYesTime period (e.g., '3d', '1w', '2m', '1y')

Input Schema (JSON Schema)

{ "properties": { "period": { "description": "Time period (e.g., '3d', '1w', '2m', '1y')", "pattern": "^\\d+[dwmy]$", "type": "string" } }, "required": [ "period" ], "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