Skip to main content
Glama

FeedbackBasket MCP Server

by deifos

search_feedback

Search for feedback across projects by text, category, or project ID to analyze bug reports, feature requests, and reviews.

Instructions

Search for feedback across all accessible projects using text search

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter search results by category
limitNoMaximum number of results (default: 10)
projectIdNoLimit search to specific project
queryYesSearch query to find in feedback content

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Filter search results by category", "enum": [ "BUG", "FEATURE", "REVIEW" ], "type": "string" }, "limit": { "description": "Maximum number of results (default: 10)", "maximum": 50, "minimum": 1, "type": "number" }, "projectId": { "description": "Limit search to specific project", "type": "string" }, "query": { "description": "Search query to find in feedback content", "type": "string" } }, "required": [ "query" ], "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