Quotes
quotesFetch a paginated list of fake inspirational quotes from DummyJSON. Supports limit and skip. Returns quote text and author name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of quotes skipped | |
| limit | No | Limit of quotes returned | |
| total | No | Total quote count | |
| quotes | No | List of quotes |