get_sheet_info
Retrieve basic information about a Google Spreadsheet using its ID, including sheet details and metadata.
Instructions
スプレッドシートの基本情報を取得します
Input Schema
Name | Required | Description | Default |
---|---|---|---|
spreadsheetId | Yes | スプレッドシートのID |
Input Schema (JSON Schema)
{
"properties": {
"spreadsheetId": {
"description": "スプレッドシートのID",
"type": "string"
}
},
"required": [
"spreadsheetId"
],
"type": "object"
}