list_apps
List AI applications from the HyperStore catalog, filtered by category, pricing, or keyword. Results are sorted by popularity with pagination.
Instructions
Paginated apps listing with optional filters. Combine category, pricing, and a free-text query to drill down. Returns apps sorted by popularity. Use cursor (last app id from previous page) to paginate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional category slug to filter by. | |
| pricing | No | Filter by pricing model: 'free', 'freemium', 'paid', 'free-trial', 'subscription', or 'one-time'. | |
| query | No | Optional keyword filter. | |
| cursor | No | Pagination cursor (app id from prior page). | |
| limit | No | Max results per page. |