replace_section
Replace the body of a Markdown section while preserving its heading. Update specific sections without affecting the rest of the file.
Instructions
Replace the body of a section, preserving its heading line.
The heading line is kept unchanged; only the body text is replaced. Returns "ok" on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| file_path | Yes | ||
| new_content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |