get_multiple_spreadsheet_summary
Retrieve summaries of multiple Google Spreadsheets, including sheet names, headers, and initial data rows, by providing spreadsheet IDs.
Instructions
Get a summary of multiple Google Spreadsheets, including sheet names, headers, and the first few rows of data for each sheet.
Args: spreadsheet_ids: A list of spreadsheet IDs to summarize. rows_to_fetch: The number of rows (including header) to fetch for the summary (default: 5).
Returns: A list of dictionaries, each representing a spreadsheet summary. Includes spreadsheet title, sheet summaries (title, headers, first rows), or an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_ids | Yes | ||
| rows_to_fetch | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |