append_note_section
ActiveTool of OpenAkashic
declared in 1.28.0
Append a new H2 section to an existing OpenAkashic markdown note.
Parameters schema
{
"type": "object",
"title": "append_note_sectionArguments",
"required": [
"path",
"heading",
"content"
],
"properties": {
"path": {
"type": "string",
"title": "Path",
"description": "Full path of the existing note. Example: 'personal_vault/projects/my-project/note.md'"
},
"content": {
"type": "string",
"title": "Content",
"description": "Markdown content to append under the heading."
},
"heading": {
"type": "string",
"title": "Heading",
"description": "Section heading text (without ##). Example: 'Results' → appended as '## Results'"
}
}
}Parent server
OpenAkashic
https://github.com/szara7678/OpenAkashic
2/7 registries