Overview
Click on the Traces tab from the sidebar to open the tracing dashboard. Youโll find two main sections:๐ข Platform Logs
Shows all individual tool calls made across your deployed servers.๐ Server Session Logs
Groups calls by chat sessions, allowing you to trace the full flow of tool usage within a single conversation (ideal for multi-step agents or workflows).
๐ Tool Calls History
- A searchable, filterable list of all tool calls
- View includes:
- Tool name (e.g.,
get-library-docs) - Status (Success / Failure)
- Timestamp
- Source MCP server
- Tool name (e.g.,

Tool Call Detail View
When you inspect a tool call, youโll see:- Tool Name
- Call Status
- Timestamp
- MCP Server Source
- Session ID
๐ง Input Schema
Shows the exact arguments sent to the tool, in JSON format.๐ค Output Schema
Displays the toolโs response/output, if any. This lets you validate that tools are being called correctly and returning expected results.Server Session Logs
The second tab, Server Session Logs, groups tool call traces by session ID. This is especially useful when:- Debugging multi-step tool interactions by an agent
- Understanding the chronological flow of calls in a single chat
- Analyzing patterns in real-world usage
Use Cases
- โ Debug tool calls in real-time
- ๐ Inspect malformed inputs or failures
- ๐ Analyze success rates and usage patterns
- ๐งต Trace tool chains within a session
The Tracing section is your mission control for observabilityโwhether youโre shipping APIs, orchestrating custom tools, or managing high-traffic MCP servers.
