タスク作成
create-taskCreate a new Google Task with title, optional due date, notes, parent for subtasks, and position. Add tasks directly to a specific task list.
Instructions
タスクを作成する。parent を指定するとサブタスクになる。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | 期限。RFC 3339 形式(例: 2026-08-30T00:00:00.000Z)。Google Tasks は日付部分のみ保持し、時刻は無視される。 | |
| notes | No | メモ・詳細 | |
| title | Yes | タスクのタイトル | |
| parent | No | 親タスクの ID。指定するとサブタスクとして作成する。 | |
| previous | No | 直前に置くタスクの ID。省略するとリストの先頭に入る。 | |
| tasklist | No | タスクリストの ID。既定のリストは '@default'。ID は list-tasklists で取得できる。 | @default |