list_feature_requests
Prioritize development by retrieving feature requests with filters, search, and sorting, including vote counts and MRR (revenue at risk).
Instructions
List feature requests from FeaturePulse. Supports filtering by status and priority, full-text search, and sorting. Each result includes MRR data (revenue at risk) and vote breakdown so you can prioritize development by business impact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search term to filter by title | |
| limit | No | Max results to return (1–200, default 50) | |
| offset | No | Pagination offset (default 0) | |
| status | No | Filter by status | |
| sort_by | No | Sort order: vote_count (most votes first), mrr (highest revenue impact first), created_at (newest first). Default: vote_count | |
| priority | No | Filter by priority | |
| project_id | No | Project UUID. Required if your API key has multiple projects. Use list_projects to see available projects. |