Skip to main content
Glama

mcp-gsheets

sheets_insert_sheet

Add a new sheet to a Google Sheets spreadsheet by specifying its title, position, and dimensions. Requires the spreadsheet ID for integration.

Instructions

Add a new sheet to an existing Google Sheets spreadsheet

Input Schema

NameRequiredDescriptionDefault
columnCountNoNumber of columns in the sheet (default: 26)
indexNoThe index where the sheet should be inserted (0-based)
rowCountNoNumber of rows in the sheet (default: 1000)
spreadsheetIdYesThe ID of the spreadsheet (found in the URL after /d/)
titleYesThe title of the new sheet

Input Schema (JSON Schema)

{ "properties": { "columnCount": { "description": "Number of columns in the sheet (default: 26)", "type": "number" }, "index": { "description": "The index where the sheet should be inserted (0-based)", "type": "number" }, "rowCount": { "description": "Number of rows in the sheet (default: 1000)", "type": "number" }, "spreadsheetId": { "description": "The ID of the spreadsheet (found in the URL after /d/)", "type": "string" }, "title": { "description": "The title of the new sheet", "type": "string" } }, "required": [ "spreadsheetId", "title" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/freema/mcp-gsheets'

If you have feedback or need assistance with the MCP directory API, please join our Discord server