Google Forms for your agents.
Connect Google Forms once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Google Forms.
What agents can do with Google Forms
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
google-forms_get_formFetch a form's metadata, settings, and item list by form id. The form id is from the form URL.
google-forms_create_formCreate a new Google Form. Provide an info object with title and documentTitle. Optionally include a list of items (questions). Returns the form id.
google-forms_list_responsesList all responses to a form. Each response contains answer data.
google-forms_get_responseGet a specific response to a form by response id.
google-forms_batch_update_formUpdate a form by applying requests (create, move, delete items, update settings). Example: [{"createItem": {"item": {"title": "Your name?", "questionItem": {"question": {"required": true, "textQuestion": {"paragraph": false}}}}}}].
google-forms_list_formsList all forms owned by or accessible to the user.
google-forms_create_watchCreate a watch on a form to receive notifications when responses are submitted.
google-forms_list_watchesList all watches configured on a form.
google-forms_delete_watchDelete a watch by its id from a form.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on Google's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Google app and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Google Forms to Even: call connect_begin("google-forms") on the even-connect MCP and walk me through it.
Create Google Forms surveys, retrieve form responses, and batch update form questions for data collection.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.