get_model_results
Model state and raw training metadata, including run status.
What it needs
| Argument | Type | Required | Description |
|---|---|---|---|
model_id | string | Yes |
What it returns
The model's current state and its raw training metadata, the newest run's status and progress, how many warnings its last run raised, and the reason the last run failed when it did.
Credential
An app session token, from an authenticated app.ax1om.ai session. Call it with only an API key and you get a plain refusal saying so, rather than a confusing 401.
Network call: yes. The full credential split is on authentication.
Example call
Most readers never write the protocol themselves: the agent does, once the server is connected. Both forms are the same call.
Use the ax1om MCP server.Call get_model_results: model state and raw training metadata, including run status.{ "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "get_model_results", "arguments": {} }}The arguments object is whatever this tool's own input schema declares. An MCP client reads that schema from the server, so it is the server that answers for the exact shape rather than this page.