agent_feedback_report
agent_feedback_reportReview agent feedback on tools by grade and time range. Get grade counts and recent entries to identify helpful, noisy, wrong, or incomplete tools.
Instructions
Read-only inspection over agent_feedback rows in mako_usefulness_events: return grade counts by referenced tool plus bounded recent entries, filterable by referencedToolName, grade, and ISO time window. Use to review which tools agents found helpful, noisy, wrong, or incomplete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| referencedToolName | No | ||
| grade | No | ||
| since | No | ||
| until | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| feedbackInWindow | Yes | ||
| byTool | Yes | ||
| entries | Yes | ||
| truncated | Yes | ||
| warnings | Yes | ||
| _hints | Yes |