fetch_current
Retrieve current board data from WhatsHot API. Access real-time hotlists, news flashes, and gold prices without persisting history captures.
Instructions
Fetch a current board. This may access the upstream website but never persists a history capture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| limit | No | ||
| params | No | ||
| path_type | No | hot |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| site | Yes | ||
| type | Yes | ||
| items | Yes | ||
| title | Yes | ||
| boardKey | Yes | ||
| fromCache | Yes | ||
| observedAt | Yes | ||
| updateTime | Yes |