thinkneo_get_trace
ActiveTool of ThinkNEO MCP Server
Retrieve the full trace for an agent session. Returns the complete timeline of events (tool calls, model calls, decisions, errors), session metadata, total cost, duration, and any alerts triggered. Requires authentication.
Parameters schema
{
"type": "object",
"title": "thinkneo_get_traceArguments",
"required": [
"session_id"
],
"properties": {
"session_id": {
"type": "string",
"title": "Session Id",
"description": "Session ID to retrieve the trace for"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries