This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).
training_dataset_attest
InactiveTool of ThinkNEO MCP Server
declared in 1.28.0
Attest a training dataset (hash-chained governance audit). Returns a receipt with ledger_id + chain_hash + signature. Idempotent by (tenant, workspace, project, idempotency_key).
Parameters schema
{
"type": "object",
"title": "training_dataset_attestArguments",
"required": [
"dataset_hash",
"manifest_hash",
"source",
"episode_hashes_len"
],
"properties": {
"tags": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
],
"title": "Tags",
"default": null,
"description": "Optional free-form tags"
},
"actor": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Actor",
"default": null,
"description": "Optional actor email override (defaults to key owner)"
},
"source": {
"type": "object",
"title": "Source",
"description": "Provenance: e.g. {'kind':'huggingface','repo':'...','revision':'...'}",
"additionalProperties": true
},
"dataset_hash": {
"type": "string",
"title": "Dataset Hash",
"description": "SHA-256 of the full dataset manifest content"
},
"manifest_hash": {
"type": "string",
"title": "Manifest Hash",
"description": "SHA-256 of the manifest.json"
},
"idempotency_key": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Idempotency Key",
"default": null,
"description": "Client-supplied idempotency key. Replaying returns same receipt."
},
"episode_hashes_len": {
"type": "integer",
"title": "Episode Hashes Len",
"minimum": 0,
"description": "Number of episodes covered by this attestation"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries