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" }
ID: t9cgixg2ah