FEEDBACK: Submit feedback, bug reports, or feature requests to Luther Systems
Use this tool to forward user feedback directly to the Luther Systems team. This includes bug reports, feature requests, questions, or general feedback about InsideOut.
The agent itself can also use this tool to report issues it encounters during operation.
REQUIRES: session_id, category, message
OPTIONAL: user_email (for follow-up), user_name, source (default: 'mcp'), initiator ('user' or 'agent')
Categories: bug_report, feature_request, general_feedback, question, security
The 'initiator' field tracks who triggered the report:
- 'user' — the user explicitly reported the issue or requested feedback submission
- 'agent' — Riley detected an issue and initiated the feedback flow
Examples:
- User says 'the deploy button is broken' → submit_feedback(category='bug_report', message='...', initiator='user')
- User says 'I wish it had dark mode' → submit_feedback(category='feature_request', message='...', initiator='user')
- Deployment failed with Terraform error → submit_feedback(category='bug_report', message='Deployment failed: Terraform apply error on aws_alb resource — timeout waiting for ALB provisioning', initiator='agent')