show_item
Display a task or list in Things by ID. Optionally filter results with a query or tags.
Instructions
Show a specific item or list in Things.
Args:
----
id: ID of item to show, or one of: inbox, today, upcoming, anytime, someday, logbook
query: Optional query to filter by
filter_tags: Optional tags to filter by. IMPORTANT: Always pass as an
array of strings (e.g., ["tag1", "tag2"]) NOT as a comma-separated
string. Passing as a string will treat each character as a separate tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | ||
| filter_tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |