get_tagged_items
Filter and retrieve items associated with a specific tag in the Things app using natural language commands. Simplify task and project management by organizing tagged items efficiently.
Instructions
Get items with a specific tag
Args: tag: Tag title to filter by
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tag | Yes |
Input Schema (JSON Schema)
{
"properties": {
"tag": {
"title": "Tag",
"type": "string"
}
},
"required": [
"tag"
],
"type": "object"
}