Tools

View as Markdown

Tools is a tab under Monitor → Agent Analytics. It shows how your agent’s custom tools are performing — call volume, errors, latency, and a per-tool breakdown — so you can tell whether a tool is failing or slow before it affects live conversations.

Open Monitor → Agent Analytics and select the Tools tab.

The Tools tab is available for voice agents. It reports on the custom tools your agent calls, not built-in platform actions.

Tools tab showing tool calls, tools invoked, errors, error rate, median latency, and p95 latency KPIs, a per-tool table with calls, errors, error rate, and latency, plus error-type and tool-latency breakdowns.

Tools tab

When to use Tools

  • A tool’s error rate is climbing and you want to find which one.
  • Tool latency is adding noticeable delay to the agent’s responses.
  • You want to confirm which tools are actually being called, and how often.

KPI tiles

Each tile summarizes the selected period.

TileMeaning
Tool callsTotal custom-tool attempts in the range
Tools invokedNumber of distinct tools that ran at least once
ErrorsTool-call failures in the range
Error rateErrors as a percentage of tool calls
Median latencyMedian (p50) tool latency, from dispatch to response (ms)
p95 latency95th-percentile tool latency, from dispatch to response (ms)

Tools called

A per-tool table, sorted by call volume by default.

ColumnMeaning
ToolThe custom tool name
CallsHow many times the tool was invoked
ErrorsFailed calls for that tool
Error rateErrors ÷ calls for that tool, highlighted when it reaches about 5% or higher
p50 latency (ms)Median latency for that tool
p95 latency (ms)95th-percentile latency for that tool

Latency is measured from tool dispatch to response.

Error types

A breakdown of tool-call errors by type, ranked by frequency, with each type’s share of all tool errors. Use it to see whether failures cluster around one kind of error, for example a timeout or an exception from a single service.

Tool latency

A per-tool latency breakdown ranked by p95, showing p50 and p95 side by side. Use it to spot the tools contributing the most delay to responses.

How to investigate

1

Scan the KPI tiles

Check the overall error rate and p95 latency first. If both look healthy, tools are not the problem.

2

Find the offending tool

Sort the Tools called table by error rate or p95 latency to see which tool is responsible.

3

Classify the failure

Use Error types to check whether the errors share a common cause.

4

Confirm on a real call

Open Call Logs with the same filters, open a call, and use Log Analyser to inspect the tool call on the turn where it failed.

Where to go next