add_finding_note
Add a note to a vulnerability finding. Provide finding ID, note text, and optional privacy flag.
Instructions
Add a note to a finding. Requires write scope. Rate-limited. Args: finding_id (> 0), entry (note text), private (default false). Returns JSON with created note — the entry field is F-002 wrapped ({"value": ..., "_warning": "untrusted-content: ..."}) since Phase 12; disable via UNTRUSTED_CONTENT_WRAPPING=off (see DEC-027).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry | Yes | ||
| private | No | ||
| finding_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |