Read a guidance document
lnm_get_guidanceFetch the exact guidance document or section you need for planning, writing, or auditing lesion network mapping papers. Pass a document ID and optional section heading to get targeted advice.
Instructions
Fetch one guidance document, or one heading within it.
Documents run to several thousand words. Pass 'section' with part of a heading to pull just that heading and its subheadings; without it you get the whole document, truncated at 25,000 characters with a note saying so.
Args:
id: a document id from lnm_list_guidance
section: optional, substring of a heading, e.g. 'specificity' or 'permutation'
Error handling: an unknown id lists the valid ids; a heading that matches nothing lists the headings that document actually has.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Document id from lnm_list_guidance. | |
| section | No | Substring of a heading, to fetch one section. |