Skip to content

Submit Feedback

writes

Submit a bug report, feature request, or general feedback about the MCP server.

BEFORE SUBMITTING:

  • ALWAYS call check_health first and include the output in the environment field.
  • Ask the user for optional contact info (email, Slack, etc.) so the team can follow up.
  • For bugs: gather error messages, what was attempted, and what happened vs expected. Include steps to reproduce if possible.
  • For features: describe the use case and why it matters.
  • Title must be specific and actionable (not “bug report” or “feature request”).

PARAMETERS:

  • type: “bug”, “feature”, or “feedback”
  • title: Specific, actionable title (10-200 chars)
  • description: Detailed description (30-5000 chars)
  • severity: Optional severity level (low/medium/high/critical)
  • stepsToReproduce: Optional steps to reproduce (for bugs)
  • environment: Optional environment info (mode, FIX state — from check_health)
  • contact: Optional contact info (email, Slack handle, etc.) for follow-up

Returns a feedback ID for tracking. Use get_feedback_status to check updates.

ParameterTypeRequiredDescription
type"bug", "feature", "feedback"YesType of feedback: ‘bug’ for issues, ‘feature’ for requests, ‘feedback’ for general comments
titlestringYesSpecific, actionable title (not generic like ‘bug report’ or ‘feature request’)
descriptionstringYesDetailed description. For bugs: what happened vs expected. For features: use case and why it matters.
severity"low", "medium", "high", "critical"NoSeverity level (optional, mainly for bugs)
stepsToReproducestringNoSteps to reproduce the issue (for bugs)
environmentstringNoEnvironment details (mode, FIX state, etc.) — auto-fill from check_health output
contactstringNoOptional contact info (email, Slack handle, etc.) so the team can follow up