feedback_list
Retrieve and filter website feedback items for AI analysis, with options to manage resolution status, type, and pagination.
Instructions
Fetch all feedback items from the Feedbucket project with intelligent filtering for AI consumption. Automatically optimizes data to prevent overwhelming responses. Each feedback item may include a screenshot URL in the "resource" field - use feedback_get to retrieve full details and view the screenshot for visual context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resolved | No | Filter by resolution status (true for resolved, false for unresolved) | |
| limit | No | Number of feedback items to retrieve (default: 10, max: 50 for AI optimization) | |
| offset | No | Number of feedback items to skip for pagination (default: 0) | |
| summary | No | Return condensed summary format optimized for AI analysis (default: true, recommended) | |
| page_filter | No | Filter by page URL (partial match supported) | |
| reporter_filter | No | Filter by reporter name (partial match supported) | |
| feedback_type | No | Filter by feedback type (screenshot, video, or text) | |
| created_after | No | Filter feedback created after this ISO date (e.g., 2025-01-01T00:00:00Z) |