Skip to main content
Glama

Spreadsheet MCP Server

by HosakaKeigo

getSheetData

Extract data from a specific sheet within a Google Spreadsheet using the provided URL and sheet name for efficient data retrieval and integration with MCP-enabled systems.

Instructions

スプレッドシートの特定シートのデータを取得

Input Schema

NameRequiredDescriptionDefault
sheetNameYes取得するシート名
urlYesスプレッドシートのURL

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "sheetName": { "description": "取得するシート名", "type": "string" }, "url": { "description": "スプレッドシートのURL", "type": "string" } }, "required": [ "url", "sheetName" ], "type": "object" }

You must be authenticated.

Other Tools from Spreadsheet MCP Server

Related Tools

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/HosakaKeigo/spreadsheet-mcp-server'

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