Remove Project Section
remove_project_sectionRemove specific sections from project markdown files to declutter or restructure content. Ensure outdated, redundant, or deprecated sections are deleted accurately while preserving the rest of the document.
Instructions
Remove a specific section from the project main.md file.
When to use this tool:
Removing deprecated or obsolete sections
Cleaning up redundant information
Restructuring document by removing sections
Eliminating outdated guidelines
Key features:
Precise section removal
Preserves all other content
Clean removal without traces
You should:
Verify section exists before removal
Consider if content should be moved elsewhere
Check for references to this section
Document why section is being removed
Use exact section header with "## " prefix
DO NOT use when:
Section contains important information
Should be updated instead of removed
Unsure about the impact
Returns: {success: bool, message?: str, error?: str}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project identifier | |
| section_header | Yes | The exact section header to remove (e.g., "## Deprecated") |