Skip to main content
Glama

google-sheets-mcp

create_sheets_tool

Generate new sheets in a Google Spreadsheet by specifying the spreadsheet name and desired sheet names. Simplify spreadsheet organization directly in Google Sheets.

Instructions

Create new sheets in a Google Spreadsheet.

Input Schema

NameRequiredDescriptionDefault
sheet_namesYesList of sheet names to create as new sheets
spreadsheet_nameYesThe name of the Google Spreadsheet

Input Schema (JSON Schema)

{ "properties": { "sheet_names": { "description": "List of sheet names to create as new sheets", "items": { "type": "string" }, "title": "Sheet Names", "type": "array" }, "spreadsheet_name": { "description": "The name of the Google Spreadsheet", "title": "Spreadsheet Name", "type": "string" } }, "required": [ "spreadsheet_name", "sheet_names" ], "title": "create_sheets_toolArguments", "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/henilcalagiya/google-sheets-mcp'

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