show
Navigate to and display areas, projects, tags, todos, or built-in lists like inbox, today, and upcoming in your Things 3 task management system.
Instructions
导航到并显示区域、项目、标签、待办事项或内置列表。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ID或内置列表名(inbox, today, anytime, upcoming, someday, logbook等) | |
| query | No | 查询名称(如果未提供id) | |
| filter | No | 按标签筛选,逗号分隔 |
Input Schema (JSON Schema)
{
"properties": {
"filter": {
"description": "按标签筛选,逗号分隔",
"type": "string"
},
"id": {
"description": "ID或内置列表名(inbox, today, anytime, upcoming, someday, logbook等)",
"type": "string"
},
"query": {
"description": "查询名称(如果未提供id)",
"type": "string"
}
},
"type": "object"
}