get_samples
Retrieve raw per-iteration sample values for a selected output or input, enabling custom histograms, percentiles, and downstream analysis.
Instructions
ModelRisk: Return raw per-iteration sample values for a single output or input. Useful for custom histograms, arbitrary percentiles, downstream analysis. Caps at 10 000 samples by default to keep the MCP response small; raise max_n if you need more (a 100 000-iteration sim returns ~100 KB of JSON at max_n=100000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_n | No | Maximum samples to return (default 10 000). | |
| output_name | Yes | VoseInput or VoseOutput name. | |
| workbook_name | No | Workbook name. Omit for the active workbook. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||