get_param_choices
Fetch paginated selectable choices for enrichment parameters with remote options. Supports search to filter results by id or name.
Instructions
Get available choices for a select/mselect enrichment parameter. Supports search and pagination. Use this when get_enrichment_details shows a parameter with choices.mode = "remote". For inline choices, the values are already included in get_enrichment_details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enrichment_id | Yes | The enrichment ID | |
| param_name | Yes | The parameter name (slug) | |
| q | No | Optional search query to filter choices by id or name | |
| page | No | Page number (default: 1) | |
| limit | No | Items per page (default: 100, max: 500) |