Get targeted brief
get_targeted_briefFetch a single targeted brief by record ID or stored filename stem to read its full content, optionally with rendered Markdown. Use after list_briefs to narrow candidates.
Instructions
Read one targeted brief in full by record ID or stored filename stem, usually after list_briefs narrows the candidates. Set includeMarkdown to also get the rendered Markdown; the call fails rather than guessing when the identifier matches no brief or more than one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Record ID or stored filename stem of the brief; must match exactly one brief or the call fails. | |
| includeMarkdown | No | When true, also return the brief's rendered Markdown alongside the parsed record. Default false. |