You're viewing a demo portfolio

Join the waitlist
PRSM
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

Inactive

Tool 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
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

ThinkNEO MCP Server

https://github.com/thinkneo-ai/mcp-server

3/7 registries
View full server →