create_entry
Create tasks, notes, or events in Bullet. Schedule with a start date/time, or omit to place in inbox.
Instructions
Create a task, note, or event in Bullet. Set 'start' to schedule it on a date/time, or omit 'start' to put it in the inbox. Tasks track completion status, notes don't, events support timezone-aware datetimes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Entry type: task (has status), note (no status), or event. | |
| start | No | When this entry is scheduled. Omit to place in inbox. Accepts: YYYY-MM-DD (date), YYYY-MM (month), YYYY (year), or ISO 8601 datetime with timezone for events. The period parameter controls how date-only values are interpreted. | |
| title | Yes | Entry title (1-500 characters). | |
| period | No | Schedule granularity. Controls how a date-only 'start' is interpreted: 'day' = that specific day, 'week' = the week containing that date, etc. Defaults to 'day'. Only meaningful when 'start' is set. | |
| importance | No | Priority level: 1 = low, 2 = medium, 3 = high. Omit for default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry | Yes |