Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| THINGS_AUTH_TOKEN | Yes | Your Things authorization token (obtained from Things → Settings → General → Enable Things URLs → Manage) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_todo | 创建新的待办事项。支持标题、备注、标签、清单、截止日期等。 |
| add_project | 创建新的项目。支持标题、备注、区域、标签、子任务等。 |
| update_todo | 更新现有的待办事项。需要提供待办事项ID和授权令牌。 |
| update_project | 更新现有的项目。需要提供项目ID和授权令牌。 |
| show | 导航到并显示区域、项目、标签、待办事项或内置列表。 |
| search | 搜索Things中的待办事项、项目等。 |
| get_version | 获取Things应用和URL Scheme的版本信息。 |
| json_import | JSON批量导入待办事项和项目。支持复杂的嵌套结构。 |
| delete_todo | 删除待办事项(通过将其标记为已取消)。需要提供待办事项ID和授权令牌。 |
| delete_project | 删除项目(通过将其标记为已取消)。需要提供项目ID和授权令牌。 |