read_sheet
Read data from a Google Sheet using a SheetsDB API endpoint. Optionally set a limit on the number of rows returned.
Instructions
Read data from a Google Sheet via SheetsDB
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional limit on number of rows to return | |
| endpoint | Yes | The SheetsDB API endpoint (e.g., https://sheetdb.io/api/v1/your-sheet-id) |