Google Forms
Lets an agent list, create, and edit Google Forms and read submitted responses.
What it can do
list_forms,create_form,get_formlist_form_responsesbatch_update_form— edit questions
form_id comes from the URL:
docs.google.com/forms/d/{id}/edit.
How to get credentials
Google OAuth — no token to copy.
- Start setup and enter the Google email.
- Approve (
forms.body,forms.responses.readonly,drive.metadata.readonly).
Fields to fill in FlyMyAI
| FlyMyAI field | Where it comes from |
|---|---|
USER_GOOGLE_EMAIL | The Google account owning the forms |
Troubleshooting
- Responses empty — only submissions received after the form was created are returned by the API; Google doesn't backfill pre-existing data.