Google Docs

GOOGLEDOCS_GET_CHARTS_FROM_SPREADSHEET

Tool to retrieve a list of all charts from a specified Google Sheets spreadsheet. Use when you need to get chart IDs and their specifications for embedding or referencing elsewhere, such as in Google Docs.

Remote googledocs

Other tools also called GOOGLEDOCS_GET_CHARTS_FROM_SPREADSHEET? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "spreadsheet_id": {
      "type": "string",
      "title": "Spreadsheet Id",
      "examples": [
        "1aBcDeFgHiJkLmNoPqRsTuVwXyZ_1234567890abcdef"
      ],
      "description": "The ID of the Google Sheets spreadsheet from which to retrieve charts."
    }
  }
}