search
Find todos, projects, and other items in your Things 3 task management system using search queries to locate specific tasks and organize your workflow.
Instructions
搜索Things中的待办事项、项目等。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | 搜索查询文本 |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "搜索查询文本",
"type": "string"
}
},
"type": "object"
}