List hints
list_hintsFetch a paginated list of UX hints, filtered by optional category slug, returning titles, links, and dates from uxhints.com.
Instructions
List UX hints from uxhints.com (id, title, slug, link, date, categories), optionally filtered by a category slug from list_categories. Includes total/totalPages for pagination. Results are served from a local catalog cache (default 24h TTL); call refresh_hint_catalog to force an update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based. | |
| category | No | Category slug, e.g. "ux-laws". Omit to list all hints. | |
| per_page | No | Results per page (max 100). |