MCPツール:タスク
MCP経由で、タスク対応カレンダー上のToDo(VTODO)を扱います — カレンダーイベントと
並行する機能です。書き込み ツールには ATBRIDGE_ALLOW_WRITES=1 が必要です —
MCP概要を参照してください。
| Tool | Access | Purpose | Key parameters |
|---|---|---|---|
tasks_list | read | タスク/ToDoを一覧する | calendar_id, include_completed, limit |
tasks_create | write | タスク/ToDoを作成する | title, due, start, priority (high|normal|low), notes, calendar_id |
tasks_update | write | タスクを更新する | id + 変更するフィールド('' でクリア) |
tasks_complete | write | タスクを完了にする | id, reopen |
tasks_delete | write | タスクを削除する | id |
Was this page helpful?
Thanks for the feedback!