report_tool_result
Report tool usage results to build a quality database, helping agents discover which tools work best for specific tasks based on performance metrics.
Instructions
Report the result of using an MCP tool.
Helps build a quality database so agents can discover which tools work best for which tasks.
Args: tool_name: Name of the tool used (e.g. "get_weather") success: Whether the tool call was successful quality_score: Quality rating 1-10 (10 = perfect) task_description: What you were trying to do server_name: Which MCP server the tool belongs to response_time_ms: How long the call took in milliseconds error_message: Error message if the call failed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes | ||
| success | Yes | ||
| quality_score | No | ||
| task_description | No | ||
| server_name | No | ||
| response_time_ms | No | ||
| error_message | No |