list_models
Discover which trained models are available for price benchmarking, showing each model's target and a clear summary. Use this to select the right model for your query.
Instructions
List all trained P2Predict models in the configured models directory.
Call this first to discover which models are available. Each model carries
a plain `say_to_user` line, its target, and its specs. Lead with
`say_to_user`; do NOT read out raw fields like algorithm or R² (and never
the words 'SHAP', 'log-target', 'R²') to a category manager. Pass
include_internal=true only when you need the algorithm name / R² / log-target
flag for your own reasoning.
The response also carries a `server` block (version + git short-SHA + source
path) identifying the build this server process loaded — useful to confirm a
code change actually took effect (MCP servers are long-lived; a stale process
serves old code until restarted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_internal | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |