Skip to main content
Glama

FeedbackBasket MCP Server

by deifos

get_feedback

Retrieve and filter project feedback from FeedbackBasket using criteria like category, status, sentiment, or search terms to analyze bug reports, feature requests, and reviews.

Instructions

Get feedback from your FeedbackBasket projects with filtering options

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter by feedback category
includeNotesNoInclude internal notes in the response (default: false)
limitNoMaximum number of results to return (default: 20, max: 100)
projectIdNoFilter by specific project ID
searchNoSearch feedback content for specific text
sentimentNoFilter by sentiment analysis result
statusNoFilter by feedback status

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Filter by feedback category", "enum": [ "BUG", "FEATURE", "REVIEW" ], "type": "string" }, "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 feedback content for specific text", "type": "string" }, "sentiment": { "description": "Filter by sentiment analysis result", "enum": [ "POSITIVE", "NEGATIVE", "NEUTRAL" ], "type": "string" }, "status": { "description": "Filter by feedback 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