Google Docs

GOOGLEDOCS_LIST_SPREADSHEET_CHARTS_ACTION

Tool to retrieve a list of charts with their IDs and metadata from a Google Sheets spreadsheet. Use to identify charts available for embedding into Google Docs.

Remote googledocs

Other tools also called GOOGLEDOCS_LIST_SPREADSHEET_CHARTS_ACTION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "fields_mask": {
      "type": "string",
      "title": "Fields Mask",
      "default": "sheets(properties(sheetId,title),charts(chartId,spec(title,altText)))",
      "description": "Field mask to specify which parts of the spreadsheet and chart resources to include. Example: '''sheets(properties(sheetId,title),charts(chartId,spec(title,altText)))'''"
    },
    "spreadsheet_id": {
      "type": "string",
      "title": "Spreadsheet Id",
      "examples": [
        "1gja9Z3N3w9y0p9xJ0y1z8s7f6e5d4c3b2a1"
      ],
      "description": "The ID of the Google Sheets spreadsheet."
    }
  }
}