You're viewing a demo portfolio

Join the waitlist
PRSM

thinkneo_end_trace

Active

Tool of ThinkNEO MCP Server

declared in 1.28.0

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

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 →
thinkneo_end_trace — ThinkNEO MCP Server — PRSM MCP