Skip to main content
Glama

update_project

Modify existing projects in Things 3 by updating titles, notes, deadlines, tags, completion status, and other project details using the project ID.

Instructions

更新现有的项目。需要提供项目ID和授权令牌。

Input Schema

NameRequiredDescriptionDefault
idYes项目的ID(必需)
authTokenNo授权令牌(如未提供,将使用环境变量THINGS_AUTH_TOKEN)
titleNo新标题
notesNo新备注(替换现有)
prependNotesNo在现有备注前添加
appendNotesNo在现有备注后添加
whenNo时间安排
deadlineNo截止日期
tagsNo标签(替换所有)
addTagsNo添加标签
areaIdNo区域ID
areaNo区域标题
completedNo完成状态
canceledNo取消状态
revealNo是否显示

Input Schema (JSON Schema)

{ "properties": { "addTags": { "description": "添加标签", "type": "string" }, "appendNotes": { "description": "在现有备注后添加", "type": "string" }, "area": { "description": "区域标题", "type": "string" }, "areaId": { "description": "区域ID", "type": "string" }, "authToken": { "description": "授权令牌(如未提供,将使用环境变量THINGS_AUTH_TOKEN)", "type": "string" }, "canceled": { "description": "取消状态", "type": "boolean" }, "completed": { "description": "完成状态", "type": "boolean" }, "deadline": { "description": "截止日期", "type": "string" }, "id": { "description": "项目的ID(必需)", "type": "string" }, "notes": { "description": "新备注(替换现有)", "type": "string" }, "prependNotes": { "description": "在现有备注前添加", "type": "string" }, "reveal": { "description": "是否显示", "type": "boolean" }, "tags": { "description": "标签(替换所有)", "type": "string" }, "title": { "description": "新标题", "type": "string" }, "when": { "description": "时间安排", "type": "string" } }, "required": [ "id" ], "type": "object" }

Latest Blog Posts

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