google-sheets.sheets.getMetadata low conf highallow
Returns structural metadata about a spreadsheet such as title, sheet names, and dimensions without exposing cell values.
google-sheets.sheets.getRange low conf highallow
Reads the values in a bounded cell range, returning whatever data those cells hold to the caller.
google-sheets.sheets.getText medium conf mediumaudit
Returns the full cell contents of a spreadsheet, a bulk read that surfaces every row the agent can reach and may expose PII held in the sheet.