konsulto_append_to_section
Append markdown prose to a named section of a security finding. Add paragraphs, lists, or code blocks without altering other sections.
Instructions
Append markdown prose to a named section of a finding. Use this to add a paragraph or two without touching the rest of the finding. Content is markdown — paragraphs, lists, code blocks, links. The backend converts it to the finding's rich-text format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| findingId | Yes | ||
| section | Yes | Section name. Canonical: description, poc, impact, remediation, references. Aliases accepted: summary, recommendations, mitigation, fix, steps to reproduce, etc. | |
| content | Yes | Markdown to append. |