get_model_info
Retrieve a model's expected inputs, data types, and allowed categories to prepare accurate predict or explain calls.
Instructions
Get detailed information about a specific model.
Returns a plain `say_to_user` line, the target, and the model's specs with
their types (Numerical/Categorical) and allowed categories — everything you
need to build a predict/explain call. Use it to understand what inputs a
model expects. Lead with `say_to_user`; do NOT surface algorithm / R² /
log-target (or the words 'SHAP', 'log-target', 'R²') to the user. Pass
include_internal=true for those raw fields when you need them to reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ||
| include_internal | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |