Skip to main content
Glama

mcp-gsheets

sheets_append_values

Add rows of data to a specified table in Google Sheets using a spreadsheet ID and A1 notation range. Choose how data is interpreted and inserted for precise control.

Instructions

Append values to the end of a table in a Google Sheets spreadsheet

Input Schema

NameRequiredDescriptionDefault
insertDataOptionNoHow the input data should be inserted (default: OVERWRITE)
rangeYesThe A1 notation range of the table to append to (e.g., "Sheet1!A:B")
spreadsheetIdYesThe ID of the spreadsheet (found in the URL after /d/)
valueInputOptionNoHow the input data should be interpreted (default: USER_ENTERED)
valuesYesA 2D array of values to append, where each inner array represents a row

Input Schema (JSON Schema)

{ "properties": { "insertDataOption": { "description": "How the input data should be inserted (default: OVERWRITE)", "enum": [ "OVERWRITE", "INSERT_ROWS" ], "type": "string" }, "range": { "description": "The A1 notation range of the table to append to (e.g., \"Sheet1!A:B\")", "type": "string" }, "spreadsheetId": { "description": "The ID of the spreadsheet (found in the URL after /d/)", "type": "string" }, "valueInputOption": { "description": "How the input data should be interpreted (default: USER_ENTERED)", "enum": [ "RAW", "USER_ENTERED" ], "type": "string" }, "values": { "description": "A 2D array of values to append, where each inner array represents a row", "items": { "type": "array" }, "type": "array" } }, "required": [ "spreadsheetId", "range", "values" ], "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