md_insert_after_section
Insert a new markdown section after the complete body of a specified heading, enabling sibling placement without altering the heading's existing content.
Instructions
Insert content after the full section body (sibling placement). Use when adding a new ## section after this section's content. Prefer md.insert_after_heading for content under the heading line. Inserts after the full section body (sibling placement). Prefer md_insert_after_heading for content under the heading. IMPORTANT: do NOT issue concurrent calls targeting the same file; use execute_plan for multi-op atomicity. Example: {"content":"## FAQ\n\nCommon questions.\n","path":"README.md","heading":"## Config"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes | ||
| heading | Yes |