Connect the Google Forms MCP server to your AI agent Open source, MIT, on npm. Setup instructions for Claude, Cursor and Codex are in the repository; adoption questions — Telegram. GitHub repository Telegram

Google Forms: Update form info — MCP tool

Google Forms MCP tool: Changes the form's title and/or description.

Technical name: update_form_info

What task it solves

I want to update form info.

Changes the form's title and/or description.

When to use it

Use this capability when you need “Update form info” without doing the same work manually in the Google Forms interface. It runs only when an AI client calls it.

What to provide

  • form_idrequired. The form id — the long id from the form URL (docs.google.com/forms/d/<formId>/edit) or from create_form output.
  • titleoptional. New form title shown to respondents.
  • descriptionoptional. New form description shown under the title.

What it returns

Returns the batchUpdate replies with the new revisionId.

What changes in Google Forms

The source marks the entire “Update form info” call as destructive. The exact effect depends on the selected action and is described below; review the parameters and reversibility before calling it.

Example request

Update form info in Google Forms. Ask for any required identifiers that are missing. Show me the exact change and wait for confirmation first.

Errors and limitations

Only the provided fields are touched (the updateMask is computed automatically); at least one field is required. The document title (the Drive file name) is set once at create_form and cannot be changed through the Forms API — renaming the file needs the Drive API, which this server does not cover.

Access also depends on token permissions, quotas, and upstream API limits.

Related MCP tools

Technical details