Get ONES Document
get_docRetrieve ONES documents by URL or requirement reference and return structured views optimized for AI processing or human readability.
Instructions
Get ONES doc by context ref (URL or #requirement) and return llm/human structured views.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| view | No | llm | |
| include_raw | No | ||
| include_resources | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | Yes | ||
| llm_view | No | ||
| human_view | No | ||
| raw | No |