thinkneo_end_trace
ActiveTool of ThinkNEO MCP Server
End an active agent trace and get the session summary. Returns total cost, duration, tool/model call counts, and event count. Triggers post-session anomaly detection (cost spikes, error rate). Requires authentication.
Parameters schema
{
"type": "object",
"title": "thinkneo_end_traceArguments",
"required": [
"session_id"
],
"properties": {
"status": {
"type": "string",
"title": "Status",
"default": "success",
"description": "Final session status: 'success', 'failure', or 'timeout'"
},
"session_id": {
"type": "string",
"title": "Session Id",
"description": "Session ID from thinkneo_start_trace"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries