navi_sheets_reader
Paste any shared spreadsheet URL or ID to return typed JSON with columns, rows, pagination, and optional per-cell formatting. View-only links work; private docs get setup instructions.
Instructions
Reads any shared online spreadsheet as typed JSON: paste the document URL or ID, get typed columns, rows, pagination, optional per-cell formatting (colors, bold). Works with view-only share links; private documents get clear setup instructions before any payment. (Paid via x402: $0.003 USDC per call on Base, settled automatically.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full spreadsheet URL or just the document ID | |
| limit | No | Max rows to return (default 500, max 2000) | |
| sheet | No | Tab name or gid (default: first tab) | |
| offset | No | Rows to skip for pagination (default 0) | |
| include_formatting | No | If true, adds per-cell formatting: colors, bold, alignment (default false) |