Capture a new org entry
org_captureAppend a new task, note, or event to a local org file, with optional todo state, deadline, and nesting under an existing entry. Defaults to inbox.org.
Instructions
Append a new entry (headline) to a local org file, org-capture style. Use this to jot down tasks, notes, or events. Defaults to file "inbox.org" if none given. Pass parent_id to nest the new entry under an existing entry instead of appending at top level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Free-text notes/body under the headline. | |
| file | No | Target org filename within the org directory, e.g. "inbox.org" or "projects.org". Defaults to "inbox.org". | |
| tags | No | Org tags, without colons. | |
| todo | No | TODO keyword, omit for a plain note/heading. | |
| deadline | No | DEADLINE date/time for the entry. | |
| headline | Yes | The entry title (no stars, state, or tags). | |
| priority | No | Priority cookie. | |
| parent_id | No | ID of an existing entry to nest this one under. | |
| scheduled | No | SCHEDULED date/time for the entry. |