Prerequisites
- A Google account with Google Forms and Drive access
- A Google Workspace connection in AgentRuntime (OAuth via the Google account card on Connections)
- project_contributor access in your workspace
Connect in AgentRuntime
1
Connect Google
On Connections, use the Google account card and complete OAuth. See Google Workspace setup and Connections.
2
Enable Forms
On your Google connection, enable the Forms service so the account exposes Forms and Drive API scopes.
3
Add google-form MCP instance
Go to MCP, click Add instance for google-form. Open Instance config, wire your Google connection, and set the profile active.
4
Test in a workflow
Smoke-test with mcp_call in Workflow Studio. Test with
list_forms or get_form on a known form before production workflows.What you can build
- NPS follow-up — Schedule →
list_new_responsessince last run → LLM sentiment tag → google-sheets append row → gmail alert for detractors. - Event registration intake — Webhook from Pub/Sub watch →
get_response→create_taskin google-tasks for ops → confirmation via gmail. - Quarterly survey clone — Cron →
copy_formfrom master template →rename_formwith quarter label →share_formwith department leads. - Application triage —
list_responseswith filter → score answers in LLM step → human_task for borderline candidates → update google-sheets tracker.