Call Chain and Developer Mode
Last updated
Was this helpful?
The call chain is used to view the model requests, tool calls, and MCP interactions that occur within a conversation or Agent task. It is suitable for troubleshooting and performance analysis, and is not a feature that must be enabled for everyday chatting.

Model request
Model, input, output, tokens, and status
Provider errors, context too long, empty output
Tool call
Tool name, parameters, result
Parameter error, permission waiting, abnormal tool return
MCP call
Service name, connection type, input and output
Server disconnect, authentication failure, remote error
Agent execution
Agent, action, tool count, and status
Subtask failed, process did not end
HTTP request
Method, URL, status, and response
Wrong address, network or authentication issue
Call chains may contain prompts, file contents, request headers, and tool parameters. Before sharing screenshots or exported information, you must remove API keys, Authorization, cookies, email addresses, local paths, and business data.
First confirm on the MCP settings page that the server is working normally, then have the Agent call only one tool. The call chain shows that the request reached the server but the output is empty, which means the problem is more likely in the server-side data or parameters, rather than the Agent not being bound; if there is no MCP node at all, go back to Agent [MCP] to check the binding.
Last updated
Was this helpful?
Was this helpful?