score_agent_reliability_tool
Compute overall reliability score (0-100) from tool-call logs to assess agent trustworthiness.
Instructions
Compute overall reliability score (0-100) from tool-call logs.
Each log entry should contain: tool_name, success (bool), latency_ms (number), is_error (bool), content (string or null).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logs | Yes | ||
| weights | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||