Skip to main content
Glama

add_todo

Create new to-do items with title, notes, tags, deadlines, and checklists. Organize tasks into projects and set time schedules for better task management.

Instructions

创建新的待办事项。支持标题、备注、标签、清单、截止日期等。

Input Schema

NameRequiredDescriptionDefault
titleNo待办事项标题
titlesNo批量创建待办事项,用换行符分隔
notesNo备注内容
whenNo时间安排: today, tomorrow, evening, anytime, someday, 日期(yyyy-mm-dd)或日期时间(yyyy-mm-dd@HH:mm)
deadlineNo截止日期(yyyy-mm-dd)
tagsNo标签,逗号分隔
checklistItemsNo清单项列表
listIdNo项目或区域的ID
listNo项目或区域的标题
headingIdNo项目内标题的ID
headingNo项目内标题的名称
completedNo是否标记为完成
canceledNo是否标记为取消
revealNo是否导航并显示

Input Schema (JSON Schema)

{ "properties": { "canceled": { "description": "是否标记为取消", "type": "boolean" }, "checklistItems": { "description": "清单项列表", "items": { "type": "string" }, "type": "array" }, "completed": { "description": "是否标记为完成", "type": "boolean" }, "deadline": { "description": "截止日期(yyyy-mm-dd)", "type": "string" }, "heading": { "description": "项目内标题的名称", "type": "string" }, "headingId": { "description": "项目内标题的ID", "type": "string" }, "list": { "description": "项目或区域的标题", "type": "string" }, "listId": { "description": "项目或区域的ID", "type": "string" }, "notes": { "description": "备注内容", "type": "string" }, "reveal": { "description": "是否导航并显示", "type": "boolean" }, "tags": { "description": "标签,逗号分隔", "type": "string" }, "title": { "description": "待办事项标题", "type": "string" }, "titles": { "description": "批量创建待办事项,用换行符分隔", "type": "string" }, "when": { "description": "时间安排: today, tomorrow, evening, anytime, someday, 日期(yyyy-mm-dd)或日期时间(yyyy-mm-dd@HH:mm)", "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