get_recent
Retrieve recently created items from the Things app by specifying a time period (e.g., '3d', '1w', '2m'). Use this to track and manage tasks or projects efficiently.
Instructions
Get recently created items
Args: period: Time period (e.g., '3d', '1w', '2m', '1y')
Input Schema
Name | Required | Description | Default |
---|---|---|---|
period | Yes |
Input Schema (JSON Schema)
{
"properties": {
"period": {
"title": "Period",
"type": "string"
}
},
"required": [
"period"
],
"type": "object"
}