Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a new spreadsheet with optional initial data
| Field | Value |
|---|---|
| Name | sheets__create_spreadsheet |
| Group | Integrations |
{
"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."
}