Get research guidance document
get_research_guidance_docRetrieve the full text of a guidance document using its unique ID to quote passages or follow a checklist end-to-end.
Instructions
Use this AFTER search_research_guidance when you need the full text of a guidance document (not just the matched excerpt), for example to quote a passage or follow a checklist end-to-end. Pass the doc_id from a search hit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Guidance document UUID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | Yes | ||
| title | Yes | ||
| author | No | ||
| doc_id | Yes | ||
| content | No | The full guidance document text, reassembled from its sections. Use this to quote a passage or follow a checklist end to end (vs the matched excerpt from search_research_guidance). | |
| sections | No | The same body split by section heading, in document order. | |
| source_url | No | ||
| author_affiliation | No |