Google Sheets
Lets an agent list, create, and edit spreadsheets in a Google Drive account you connect.
What it can do
list_spreadsheets(optionalname_contains)create_spreadsheet,add_sheet,list_sheetsget_values— read a rangeupdate_values— write to a range
spreadsheet_id comes from the URL:
docs.google.com/spreadsheets/d/{id}/edit.
How to get credentials
Google OAuth — no token to copy.
- Start the setup in FlyMyAI; enter the Google email you want to use.
- On the Google consent screen, sign in with that account.
- Approve the requested scopes (
spreadsheets,drive.readonly). - You land back in FlyMyAI; the tool flips to Configured.
Fields to fill in FlyMyAI
| FlyMyAI field | Where it comes from |
|---|---|
USER_GOOGLE_EMAIL | The Google account whose Sheets the agent should access |
Troubleshooting
403on a specific sheet — the account doesn't have edit access. Share the sheet with that account, then retry.- Empty result from
list_spreadsheets— the filter didn't match. Try withoutname_contains.