This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).
training_run_trace
InactiveTool of ThinkNEO MCP Server
declared in 1.28.0
Stream one training-step metrics batch for a governed run. High-volume path — NOT ledger-anchored. Idempotent by (run_id, step).
Parameters schema
{
"type": "object",
"title": "training_run_traceArguments",
"required": [
"run_id",
"step",
"metrics"
],
"properties": {
"step": {
"type": "integer",
"title": "Step",
"minimum": 0,
"description": "Training step index (monotonic)"
},
"run_id": {
"type": "string",
"title": "Run Id",
"description": "Run id returned by training_run_start"
},
"metrics": {
"type": "object",
"title": "Metrics",
"description": "Metrics dict, e.g. {'loss':..., 'lr':..., 'grad_norm':...}",
"additionalProperties": true
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries