Get ONES Document
get_docRetrieve ONES documents as markdown using a URL or requirement reference, supporting raw content and resource inclusion.
Instructions
Get ONES doc by context ref (URL or #requirement) and return markdown content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| include_raw | No | ||
| include_resources | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | Yes | ||
| raw | No | ||
| markdown | Yes |