Skip to main content
Glama

Update form info

update_form_info
DestructiveIdempotent

Update a Google Form's title, description, or Drive file name. Specify at least one field to update and get the new revision ID.

Instructions

Changes the form's title, description and/or document title (the Drive file name). Only the provided fields are touched (the updateMask is computed automatically); at least one field is required. Returns the batchUpdate replies with the new revisionId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoNew form title shown to respondents.
form_idYesThe form id — the long id from the form URL (docs.google.com/forms/d/<formId>/edit) or from create_form output.
descriptionNoNew form description shown under the title.
document_titleNoNew document name in Google Drive.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=false and destructiveHint=true, and the description does not contradict these. It adds valuable behavioral context: automatic updateMask computation, the requirement of at least one field, and the return value with new revisionId.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three dense sentences that front-load the primary action, then explain constraints and return value. Every sentence carries essential information with no filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers purpose, update semantics, parameter constraints, and the return value (batchUpdate replies with revisionId). Given the tool's simple four-parameter surface and absence of an output schema, this is fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds meaning by explaining partial update semantics ('Only the provided fields are touched') and clarifying that at least one field is required, which is not obvious from the schema alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'Changes' and names the exact resources: form title, description, and document title. This clearly distinguishes it from siblings like update_form_settings, which would update other form settings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly implies usage for updating informational form fields and the partial-update behavior provides context on when to use it. However, it does not explicitly state when not to use it or point to alternatives like update_form_settings for non-informational settings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/A1-x-Tech/mcp-google-forms'

If you have feedback or need assistance with the MCP directory API, please join our Discord server