Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
THINGS_AUTH_TOKENYesYour Things authorization token (obtained from Things → Settings → General → Enable Things URLs → Manage)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
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和授权令牌。

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mieluoxxx/things_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server