You're viewing a demo portfolio

Join the waitlist
PRSM

thinkneo_get_trace

Active

Tool of ThinkNEO MCP Server

declared in 1.28.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ThinkNEO MCP Server

https://github.com/thinkneo-ai/mcp-server

3/7 registries
View full server →