get_homepage
Retrieve the HyperStore homepage to view top categories with featured apps, trending apps, and totals. Get a broad overview of the catalog.
Instructions
Fetch the HyperStore homepage payload: top categories with their featured apps, the trending apps strip, and totals. Good first call to give the user a broad overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Homepage pagination — page 1 returns trending + stats. |
Implementation Reference
- tests/test_server.py:28-29 (helper)Test assertion verifying 'get_homepage' is registered as one of the eight tools.
"get_homepage", }