← MCP Catalog

get_sheet_formulas

Get formulas from a specific sheet in a Google Spreadsheet. Args: spreadsheet_id: The ID of the spreadsheet (found in the URL) sheet: The name of the sheet range: Optional cell range in A1 notation (e.g., 'A1:C10'). If not provided, gets all formulas from the sheet. Returns: A 2D array of the sheet formulas.

MCPGoogle Sheets AuthorizationPrivate connector
Read only

Parameters

spreadsheet_idstring · required

sheetstring · required

rangestring · default null