Google Sheets
GOOGLESHEETS_GET_SPREADSHEET_INFO
Retrieves comprehensive metadata for a Google Spreadsheet using its ID, excluding cell data.
Remote googlesheets
Other tools also called GOOGLESHEETS_GET_SPREADSHEET_INFO?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"spreadsheet_id": {
"type": "string",
"description": "Unique identifier of the Google Spreadsheet, typically found in its URL.\nExample: \"12345abcdefGHIJKLMNOPqrstuvwxyz67890UVWXYZ\""
}
}
}