This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).
thinkneo_value_log_decision
InactiveTool of ThinkNEO MCP Server
declared in 1.28.0
Log a governance decision to the ThinkNEO evidence store. Creates an immutable audit record for compliance and traceability.
Parameters schema
{
"type": "object",
"title": "thinkneo_value_log_decisionArguments",
"required": [
"decision_type",
"outcome",
"rationale"
],
"properties": {
"outcome": {
"type": "string",
"title": "Outcome",
"description": "Outcome: approved, denied, escalated, deferred"
},
"rationale": {
"type": "string",
"title": "Rationale",
"description": "Brief rationale for the decision"
},
"workspace": {
"type": "string",
"title": "Workspace",
"default": "default",
"description": "Workspace name or ID"
},
"decision_type": {
"type": "string",
"title": "Decision Type",
"description": "Type of decision: model-selection, policy-override, access-grant, budget-approval"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries