Cloud/AI Governance/Tool Reliability

Tool Reliability

Ask AI about Vinkius

Every tool your AI can call, graded: the slowest ones ranked with their spikes, the failing ones split into Agent, Upstream and Vinkius causes, and a latency versus failure matrix of the whole surface.

A fleet can be healthy while one tool quietly drags every conversation through the mud. Tool Reliability is the screen that ends the guessing: every tool your agents can call, ranked twice, by slowness and by failure, with each failure attributed to a cause. The console's own line: "See which tools are slowing everything down and which ones are failing silently. Ranked, diagnosed, and ready for you to act on."

R

Tool Reliability

AI Briefing
Upgrade to unlock

See which tools are slowing everything down and which ones are failing silently. Ranked, diagnosed, and ready for you to act on.

Tool Calls8,420
98.3% success rate
Unique Tools24
Active in this period
Avg Latency187ms
API 112ms · Overhead 75ms
Total Errors142
Agent 99 · Upstream 36 · Vinkius 7

Slowest Tools

Avg latency (amber) · max spike (red)
Details
search_documents
823ms
create_issue
761ms
list_channels
704ms
get_user_profile
655ms
send_notification
592ms
update_task
531ms
query_database
478ms
upload_file
413ms
delete_record
352ms
sync_calendar
297ms

Most Failing Tools

Stacked by Agent / Upstream / Vinkius
Details
search_documents
28
create_issue
24
list_channels
19
get_user_profile
15
send_notification
11
update_task
9
query_database
7
upload_file
5
delete_record
3
sync_calendar
0

Health Matrix

Latency × Failure rate · bubble = call volume
Details
latency →↑ failures

Slowest Tools Detail

ToolCallsAPITotalMaxRate
search_documents412512ms823ms1682ms2.2%
create_issue386448ms761ms1503ms1.8%
list_channels341401ms704ms1412ms1.5%
get_user_profile298372ms655ms1341ms1%
send_notification264338ms592ms1204ms0.8%
update_task231305ms531ms1086ms1.7%
query_database208271ms478ms967ms0.5%
upload_file187238ms413ms854ms1.1%
delete_record156205ms352ms728ms0.6%
sync_calendar124168ms297ms601ms0%

Most Failing Tools Detail

ToolCallsErrorsAgentUpstreamRate
search_documents412282076.8%
create_issue386241766.2%
list_channels341191355.6%
get_user_profile298151044.9%
send_notification26411834.1%
update_task2319623.9%
query_database2087523.4%
upload_file1875312.7%
delete_record1563211.9%
sync_calendar1240000%
Tool Reliability, live. The slowest tools with their max spikes, the failing ones stacked by Agent, Upstream and Vinkius causes, a health matrix of the whole surface and the two detail tables. Console sample data, as the free tier sees it.

The mockup runs on the console's Sample Data. On a paid plan the same screen grades your live tools, per organization.

The four counters

  • Tool Calls with the derived success rate: the health of the whole tool surface in one number.
  • Unique Tools active in the period, so you know how wide the graded surface is.
  • Avg Latency with the familiar split: the emerald share is the upstream API, the amber share is Vinkius overhead. Tool slowness is almost never the proxy.
  • Total Errors, red the moment they exist, with the three way split underneath: Agent (4xx, the caller's fault), Upstream (5xx, the provider) and Vinkius (thrown by the proxy itself).

The two rankings

Slowest Tools ranks tools by average latency, and each bar carries its max spike as a red dot: a tool can average 300ms and still spike past a second at 2 AM, and this chart refuses to hide that. This is the list to bring to whoever owns the Connector.

Most Failing Tools ranks by error count, and every bar is stacked by cause: amber for Agent errors, red for Upstream, violet for Vinkius. The stack tells you whose problem it is before you even open the table. A tool failing mostly on Agent errors usually means a scope or parameter problem on the calling side; mostly Upstream means the provider is flaky; any violet sliver means the proxy intercepted something and said so.

The Health Matrix

The third chart plots every tool as a bubble: latency on one axis, failure rate on the other, bubble size is call volume. The top right corner is the danger zone, a slow tool that fails often; a big bubble there is your next incident, and the matrix is where you see it forming.

The two detail tables

Slowest Tools Detail gives each slow tool its calls, the API / Overhead / Total latency split and the max spike. Most Failing Tools Detail gives each failing tool its error count and rate, broken into the Agent / Upstream / Vinkius columns, so the diagnosis ships with the number. Both tables are clickable into the tool's detail, and both empty states are the console's own: "No tool performance data recorded in this period." and "No tool error data recorded in this period."

From symptom to owner

The Details link on Mission Control's Tool Health Matrix lands here. From a failing tool, the next stop is Request Failures to see the actual requests that broke, and the Connector Policy settings are where a repeatedly abused tool gets throttled. This screen turns "the AI feels slow" into: this tool, this server, this latency, this cause, this owner.