Skip to main content
Create a new spreadsheet with optional initial data

Tool details

FieldValue
Namesheets__create_spreadsheet
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "properties": {
      "type": "object",
      "description": "Spreadsheet properties such as title"
    },
    "sheets": {
      "type": "array",
      "description": "Optional initial sheet definitions"
    }
  },
  "required": [
    "properties"
  ],
  "description": "Input schema for the sheets__create_spreadsheet tool."
}

Output schema

This tool does not publish an output schema.