List ProdPad Ideas
prodpad_list_ideasRetrieve and filter ideas from ProdPad with pagination, status, tags, product, and state options to manage product feedback and roadmap items.
Instructions
List ideas in ProdPad with optional filters and pagination.
Args:
page (number): Page number, default 1
size (number): Items per page, default 25
status (string): Filter by status name or ID
tags (string): Comma-separated tag IDs (OR logic)
product (string): Filter by product ID
state (string): active, active_public, archived, or unsorted
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| size | No | Items per page (max 100) | |
| tags | No | Comma-separated tag IDs or UUIDs to filter by (OR logic) | |
| state | No | Filter by idea state (default: active) | |
| status | No | Filter by status name or ID. Use prodpad_list_statuses to find valid values | |
| product | No | Filter by product UUID or ID |