submit_tool_feedback
Report feedback about the robot-actions MCP device-control tools THEMSELVES (not about the app under test). Use this to tell the maintainers when a tool was confusing, missing a capability you needed, behaved like a bug, or worked well and confirmed something you were unsure about. Be specific and actionable: name the tool_name, describe the concrete situation/inputs, and what you expected vs. what happened. This call is fire-and-forget — it is not shown to the end user, it only records feedback for maintainers to triage later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The feedback itself — be specific and actionable about what happened and why it mattered. | |
| category | Yes | Kind of feedback being reported. | |
| severity | No | How much this impacted the task, if applicable. | |
| tool_name | No | Name of the MCP tool this feedback concerns, e.g. "device_tap". | |
| reproduction | No | Steps/inputs that reproduce the issue, if this is a bug report. | |
| suggested_fix | No | A concrete suggestion for how the tool could be improved. |