Skip to main content
Create an embedded chart using a Sheets API chart specification

Tool details

FieldValue
Namesheets__create_chart
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "spreadsheetId": {
      "type": "string",
      "description": "Google Sheets spreadsheet ID"
    },
    "requests": {
      "type": "array",
      "description": "A batchUpdate requests array containing an addChart request"
    }
  },
  "required": [
    "spreadsheetId",
    "requests"
  ],
  "description": "Input schema for the sheets__create_chart tool."
}

Output schema

This tool does not publish an output schema.