validate_sheet
Validate a Google Sheet configuration by fetching and parsing it, ensuring the sheet is accessible and returns no transaction rows.
Instructions
Fetch and validate that the configured sheet can be parsed without returning transaction rows
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_url | No | Google Sheet URL, published CSV URL, or Sheet ID. Optional when EMMA_SHEET_URL is set. | |
| gid | No | Google Sheet tab gid. Defaults to 0. |