Skip to main content
Glama

FeedbackBasket MCP Server

by deifos

get_bug_reports

Retrieve bug reports from FeedbackBasket projects with filtering by project, status, severity, or search terms to identify and analyze software issues.

Instructions

Get bug reports specifically from your FeedbackBasket projects

Input Schema

NameRequiredDescriptionDefault
includeNotesNoInclude internal notes in the response (default: false)
limitNoMaximum number of results to return (default: 20, max: 100)
projectIdNoFilter by specific project ID
searchNoSearch bug report content for specific text
severityNoFilter by computed severity (based on sentiment: negative=high, neutral=medium, positive=low)
statusNoFilter by bug status

Input Schema (JSON Schema)

{ "properties": { "includeNotes": { "description": "Include internal notes in the response (default: false)", "type": "boolean" }, "limit": { "description": "Maximum number of results to return (default: 20, max: 100)", "maximum": 100, "minimum": 1, "type": "number" }, "projectId": { "description": "Filter by specific project ID", "type": "string" }, "search": { "description": "Search bug report content for specific text", "type": "string" }, "severity": { "description": "Filter by computed severity (based on sentiment: negative=high, neutral=medium, positive=low)", "enum": [ "high", "medium", "low" ], "type": "string" }, "status": { "description": "Filter by bug status", "enum": [ "PENDING", "REVIEWED", "DONE" ], "type": "string" } }, "type": "object" }

Other Tools from FeedbackBasket MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/deifos/feedbackbasket-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server