Google Forms MCP connector
Google Forms is Google's web-based tool for creating surveys, questionnaires, and forms that collect responses and store them for analysis. The Google Forms MCP connector allows AI agents to create and modify forms, manage form structure and settings, and retrieve individual or batch responses. It also supports configuring publish settings, monitoring form activity through watches, and receiving push notifications when new responses are submitted.
Authentication type
- OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.
Uses
Use the Google Forms MCP connector to perform the following actions:
- Collect customer feedback and survey responses automatically into a centralized repository
- Create branded surveys to gather market research and product insights from audiences
- Distribute forms via shareable links to accumulate registration and sign-up data
- Analyze form responses in real time to identify trends and patterns across submissions
- Trigger automated workflows when form responses arrive to notify teams or update records
- Set up notifications for new form submissions to keep stakeholders informed instantly
- Archive and organize form data with batch updates to maintain clean, structured records
Example prompts
Use the following example prompts to invoke Google Forms MCP connector tools from your AI assistant or Boomi Connect workflow:
Create a new customer satisfaction survey in Google Forms with questions about service quality.Show me all responses from the product feedback form submitted in the last week.Set up a notification to alert the team whenever someone fills out the contact form.Get a specific response from the employee onboarding form by its ID.Update the Google Forms survey to add a new question about pricing preferences.List all active notifications watching the registration form for new submissions.Retrieve the total number of responses from the customer feedback form.Create a watch on the survey form to send push notifications for each new response.Publish the draft form and configure it to accept responses from anyone with the link.Delete the notification watch from the old feedback form we no longer use.
Google Forms MCP connector tools
The Google Forms MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| googleforms_googleformsgetform_invoke | Retrieves a Google Form by its identifier. |
| createForm | Creates a new Google Form with initial settings. |
| getForm | Retrieves a Google Form and its configuration by ID. |
| batchUpdateForm | Updates multiple form elements, settings, and structure in one operation. |
| setPublishSettings | Configures how a form is shared and accessed by respondents. |
| listResponses | Retrieves all submitted responses to a form. |
| getResponse | Retrieves a single submitted response to a form. |
| listWatches | Displays all active notification watches on a form. |
| createWatch | Sets up push notifications for new form responses. |
| deleteWatch | Removes an active notification watch from a form. |
| renewWatch | Extends an active notification watch for seven more days. |