This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).
training_deploy_attest
InactiveTool of ThinkNEO MCP Server
declared in 1.28.0
Attest deployment of a checkpoint to a target (sim, shadow, prod). Records gate_verdict + trust_score at deploy time. Idempotent by (tenant, workspace, project, idempotency_key).
Parameters schema
{
"type": "object",
"title": "training_deploy_attestArguments",
"required": [
"run_id",
"checkpoint_hash",
"gate_verdict",
"trust_score",
"target_id",
"environment"
],
"properties": {
"actor": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Actor",
"default": null,
"description": "Optional actor email override"
},
"run_id": {
"type": "string",
"title": "Run Id",
"description": "Run id"
},
"target_id": {
"type": "string",
"title": "Target Id",
"description": "Target identifier (device / cluster / robot fleet id)"
},
"environment": {
"type": "string",
"title": "Environment",
"description": "Environment: sim | shadow | prod"
},
"trust_score": {
"type": "integer",
"title": "Trust Score",
"maximum": 100,
"minimum": 0,
"description": "Trust score at deploy time"
},
"gate_verdict": {
"type": "object",
"title": "Gate Verdict",
"description": "Gate verdict dict (rules, pass/fail, reasons)",
"additionalProperties": true
},
"checkpoint_hash": {
"type": "string",
"title": "Checkpoint Hash",
"description": "Checkpoint hash being deployed"
},
"idempotency_key": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Idempotency Key",
"default": null,
"description": "Idempotency key"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries