Append OpenAkashic Note Section
append_note_sectionAppend a new H2 section to an existing OpenAkashic markdown note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path of the existing note. Example: 'personal_vault/projects/my-project/note.md' | |
| content | Yes | Markdown content to append under the heading. | |
| heading | Yes | Section heading text (without ##). Example: 'Results' → appended as '## Results' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||