You can wire the Google Forms node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect Google Forms under Credentials in the node settings. See Connecting credentials for the general flow. Sign in with your Google Forms account when prompted; no keys to copy. NoClick requests the following permissions:https://www.googleapis.com/auth/forms.bodyhttps://www.googleapis.com/auth/forms.responses.readonlyhttps://www.googleapis.com/auth/drive
Operations
Form
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create New Form | create_new_form | Create a new form | |
| Get Form Metadata | get_form_metadata | Get a form | |
| List Google Drive Forms | list_google_drive_forms | List Google Forms | |
| Update Form Metadata | update_form_metadata | Update form metadata |
Response
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Form Response | get_form_response | Get a specific response | |
| List Form Responses | list_form_responses | List form responses |
Other
| Operation | ID | Description | Trigger |
|---|---|---|---|
| On Form Response | on_form_response | Trigger: polls a form on a schedule and fires for new responses. | Yes |