Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create an embedded chart using a Sheets API chart specification
sheets__create_chart
{ "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." }