Setup
Requirements
A Google Cloud project with OAuth 2.0 credentials. Required scopes:- Sheets
- Calendar
- Docs
- Drive
Available Tools
Sheets
| Tool | Description |
|---|---|
SheetsRead | Read spreadsheet data (A1 notation) |
SheetsWrite | Write/append spreadsheet data |
SheetsCreate | Create a new spreadsheet |
Calendar
| Tool | Description |
|---|---|
CalendarList | List calendar events |
CalendarCreate | Create a calendar event |
CalendarUpdate | Update a calendar event |
Docs
| Tool | Description |
|---|---|
DocsRead | Read a Google Doc |
DocsCreate | Create a Google Doc |
DocsUpdate | Update a Google Doc |
Drive
| Tool | Description |
|---|---|
DriveList | List Drive files |
DriveDownload | Download a file from Drive |
Token Storage
Tokens are stored in~/.config/lukan/credentials.json and auto-refresh when expired.
