konsulto_read_section
Retrieve a specific section from a security finding's body in markdown format. Use to explain POC, summarize impact, or show remediation without loading the entire finding.
Instructions
Read just one section of a finding's body as markdown. Use for "explain the POC", "summarize the impact", "show me the remediation". Cheaper context-wise than konsulto_get_finding when the user only cares about one section. Section name accepts aliases (recommendations, mitigation, summary, etc.) — they map to canonical names server-side.
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. |