This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).
training_policy_trust_score
InactiveTool of ThinkNEO MCP Server
declared in 1.28.0
Compute and attest a Policy Trust Score (0-100) for a training checkpoint. Score + breakdown + evaluator version are anchored to the ledger.
Parameters schema
{
"type": "object",
"title": "training_policy_trust_scoreArguments",
"required": [
"run_id",
"checkpoint_hash",
"score",
"breakdown",
"snapshot_age_s",
"evaluator_version"
],
"properties": {
"score": {
"type": "integer",
"title": "Score",
"maximum": 100,
"minimum": 0,
"description": "Trust score 0-100"
},
"run_id": {
"type": "string",
"title": "Run Id",
"description": "Run id"
},
"breakdown": {
"type": "object",
"title": "Breakdown",
"description": "Per-dimension breakdown (safety, oo_d, snapshot_age, etc.)",
"additionalProperties": true
},
"snapshot_age_s": {
"type": "integer",
"title": "Snapshot Age S",
"minimum": 0,
"description": "Age of the checkpoint snapshot in seconds"
},
"checkpoint_hash": {
"type": "string",
"title": "Checkpoint Hash",
"description": "SHA-256 of the checkpoint bytes"
},
"evaluator_version": {
"type": "string",
"title": "Evaluator Version",
"description": "Evaluator version tag, e.g. 'trust-score-v1'"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries