Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_APPLICATION_CREDENTIALS | Yes | Path to the Google service account key JSON file |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_sheet | スプレッドシートの指定された範囲のデータを読み取ります |
| write_sheet | スプレッドシートの指定された範囲にデータを書き込みます |
| append_row | スプレッドシートの最後に新しい行を追加します |
| get_sheet_info | スプレッドシートの基本情報を取得します |
| create_sheet | 新しいシートを作成します |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |