Update Section
update_sectionReplace a specific section's content in an Obsidian note by specifying a heading path. The heading itself stays unchanged, updating only the body between headings.
Instructions
Replace the body of a specific section (everything between a heading and the next heading at the same or shallower level). The heading line itself is preserved. section is a heading path: 'Tasks', 'Project A/Status', etc. — case-insensitive and whitespace-tolerant. Use this instead of rewriting the whole file when you only need to update one section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path to the note (e.g., 'folder/note.md'). Extension required. | |
| section | Yes | Heading path identifying the section to replace (e.g., 'Tasks' or 'Daily/Today'). | |
| newBody | Yes | Replacement body content. The heading line itself is kept intact. |