get_sheet_content
Retrieve spreadsheet content with options to filter by column, limit character count, specify line range, or return only metadata for efficient data access.
Instructions
シート内容取得(オプションでコンテキスト制御可能)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | シートID | |
| column | No | 特定のカラムのみ取得: col1, col2, col3(省略時は全カラム) | |
| limit | No | 文字数上限(超過分は切り捨て) | |
| lines | No | 行範囲指定: "1-50" 形式(HTMLを行単位で処理) | |
| summary_only | No | trueの場合、メタデータのみ返す(content省略) | |
| debug | No | trueの場合、APIから返されたraw sheetオブジェクトを返す(デバッグ用) |