Things MCP Server

by hald

get-recent

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" }