Skip to main content
Glama

add_project

Create new projects in Things 3 with title, notes, deadlines, tags, areas, and subtasks to organize your tasks and manage workflows effectively.

Instructions

创建新的项目。支持标题、备注、区域、标签、子任务等。

Input Schema

NameRequiredDescriptionDefault
titleNo项目标题
notesNo备注内容
whenNo时间安排: today, tomorrow, evening, anytime, someday, 日期或日期时间
deadlineNo截止日期(yyyy-mm-dd)
tagsNo标签,逗号分隔
areaIdNo区域ID
areaNo区域标题
todosNo子待办事项列表
completedNo是否标记为完成
canceledNo是否标记为取消
revealNo是否导航进入项目

Input Schema (JSON Schema)

{ "properties": { "area": { "description": "区域标题", "type": "string" }, "areaId": { "description": "区域ID", "type": "string" }, "canceled": { "description": "是否标记为取消", "type": "boolean" }, "completed": { "description": "是否标记为完成", "type": "boolean" }, "deadline": { "description": "截止日期(yyyy-mm-dd)", "type": "string" }, "notes": { "description": "备注内容", "type": "string" }, "reveal": { "description": "是否导航进入项目", "type": "boolean" }, "tags": { "description": "标签,逗号分隔", "type": "string" }, "title": { "description": "项目标题", "type": "string" }, "todos": { "description": "子待办事项列表", "items": { "type": "string" }, "type": "array" }, "when": { "description": "时间安排: today, tomorrow, evening, anytime, someday, 日期或日期时间", "type": "string" } }, "type": "object" }

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