Skip to main content
Glama

Spreadsheet MCP Server

by HosakaKeigo

getSpreadsheet

Retrieve basic information and list of sheets from a Google Spreadsheet using the provided URL via the Spreadsheet MCP Server.

Instructions

スプレッドシートの基本情報と含まれるシート一覧を取得

Input Schema

NameRequiredDescriptionDefault
urlYesスプレッドシートのURL

Input Schema (JSON Schema)

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

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