Google Super

GOOGLESUPER_GET_SPREADSHEET_INFO

Retrieves comprehensive metadata for a Google Spreadsheet using its ID, excluding cell data.

Remote googlesuper

Other tools also called GOOGLESUPER_GET_SPREADSHEET_INFO? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "spreadsheet_id": {
      "type": "string",
      "title": "Spreadsheet Id",
      "examples": [
        "12345abcdefGHIJKLMNOPqrstuvwxyz67890UVWXYZ"
      ],
      "description": "Unique identifier of the Google Spreadsheet, typically found in its URL."
    }
  }
}