ToolsObservability

Submit feedback

Log user feedback about the product.

Tool: submit_feedback

Use whenever the user reports a bug or error, requests a new feature or improvement, or shares any opinion/complaint/praise. Always classify with type. Include reproduction steps for bugs and the user's underlying goal for feature requests. Free.

Parameters

ParamTypeRequiredDescription
typestringyesbug, feature_request, or general_feedback.
titlestringyesOne-line summary, imperative form, e.g. Export button crashes on Safari.
detailsstringyesFull context. Bugs: steps to reproduce, expected vs actual. Feature requests: what the user is trying to accomplish and why the current product falls short.
severitystringnoBugs only: low, medium, high, or critical.

Log user feedback about the product - bugs, feature requests, complaints, and praise all belong here. Stored on the Rilo side for triage; free, never charges credits.

Sample request

{
  "type": "bug",
  "title": "Export button crashes on Safari",
  "details": "Steps: open a lead group, click Export, browser is Safari 17. Expected: CSV downloads. Actual: page freezes and the tab crashes.",
  "severity": "high"
}

On this page