Skip to main content
Glama

read_sheet

Read data from specified ranges in Google Sheets to access and analyze spreadsheet information programmatically.

Instructions

スプレッドシートの指定された範囲のデータを読み取ります

Input Schema

NameRequiredDescriptionDefault
rangeYes読み取る範囲(例: 'Sheet1!A1:C10')
spreadsheetIdYesスプレッドシートのID

Input Schema (JSON Schema)

{ "properties": { "range": { "description": "読み取る範囲(例: 'Sheet1!A1:C10')", "type": "string" }, "spreadsheetId": { "description": "スプレッドシートのID", "type": "string" } }, "required": [ "spreadsheetId", "range" ], "type": "object" }

Latest Blog Posts

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/Kyohei-9841/google-spreadsheet-MCP'

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