submit_feedback
Submit bug reports, feature requests, or feedback directly to the engineering team. Provide a clear title and description to communicate your issue or idea.
Instructions
Report a bug, suggest a feature, or give feedback to the GroundTruther team.
Use this when you encounter platform issues or have ideas for improvement. Your feedback goes directly to the engineering team.
Write a clear title and description — include what you expected vs. what happened, and steps to reproduce if it's a bug.
Args: report_type: "bug", "feedback", or "feature_request" title: Short, specific summary (e.g., "GPS validation rejects valid coordinates in Alaska") description: Full details — for bugs, include what happened, what you expected, and steps to reproduce
Returns: JSON string with confirmation and report ID, or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| description | Yes | ||
| report_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |