list_charts
Retrieve all charts from a Google Sheets spreadsheet by ID. Returns a JSON list with chart IDs, titles, and positions.
Instructions
List all charts in a spreadsheet.
Args: spreadsheet_id: The ID of the spreadsheet.
Returns: JSON list of charts with IDs, titles, and positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |