update_project_section
Modifies specific sections within a project's main.md file without replacing the entire document, ensuring precise updates by matching exact section headers.
Instructions
Update a specific section within the project main.md file. This is more efficient than replacing the entire file when making targeted changes. The section_header must match exactly (including "## " prefix). Returns: {success: bool, message?: str, error?: str}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
new_content | Yes | The new content for this section (without the header) | |
project_id | Yes | The project identifier | |
section_header | Yes | The exact section header to update (e.g., "## Installation") |