You're viewing a demo portfolio

Join the waitlist
PRSM

append_note_section

Active

Tool 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'"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

OpenAkashic

https://github.com/szara7678/OpenAkashic

2/7 registries
View full server →