Report Problem
report_problemSends a problem report, feature request, or integration request to the LMCP team — for when a user wants to report a bug, ask for a new capability, or request support for an app LMCP doesn't cover yet. Without confirm=true it returns a preview of the anonymous payload that would be sent (version, OS, permission status, and recent tool names / error-type codes — never arguments, messages or personal data); with confirm=true it submits and returns a case_id. type='problem' (default) reports a bug, type='feature' requests a new capability, type='integration' requests an unsupported app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to submit the report. Without it, shows a preview. | |
| symptom | No | Required for type=problem: what is broken, in your own words. | |
| expected | No | What you or the user expected to happen. | |
| description | No | Required for type=feature or integration: what the user wants. | |
| report_type | No | 'problem' (default) | 'feature' | 'integration' | |
| user_request | No | What the user originally asked the AI to do. | |
| error_message | No | For type=problem: verbatim error string from the failed tool. | |
| tool_attempted | No | For type=problem: name of the LMCP tool that failed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||