flow_comments_get
Reload flow comments as a Markdown section to get fresh discussion context without re-fetching entire flow. Shows resolution status with [✓ resolved] markers.
Instructions
Reload only the discussion (comments) for a flow as a Markdown section.
Returns the same "## Discussion (N)"-section that flow_get appends. Useful when:
The user said something new in the UI and you want fresh context without re-fetching the entire flow + attachments.
You want a focused view of resolution status across comments.
Resolved comments are marked with [✓ resolved]. Body is rendered verbatim — wikilinks like [[adr-134]] stay raw (use wiki_get_page to resolve them).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | The flow ID (e.g. "DF-329" or full ID). |