Skip to main content
Glama

Editar título/descrição do formulário

update_form_info

Change the title and description of an existing Google Form, the text shown at the top to respondents. Provide the form ID and the new values to update.

Instructions

Altera o título e/ou a descrição de um formulário existente (o que aparece no topo para quem responde). O nome do arquivo no Drive (documentTitle) não pode ser alterado pela API depois da criação.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoNovo título
formIdYesID do formulário
descriptionNoNova descrição
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses a key behavioral constraint: the Drive documentTitle cannot be changed after creation, which is not obvious from the schema. It also clarifies that the 'title' refers to the respondent-facing header, not the file name. However, it doesn't mention side effects, permissions, or error behavior, so it's not fully transparent, but it adds meaningful context beyond the structured data.

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?

The description is tightly written in two sentences. The first sentence states the action and scope; the second adds a relevant constraint. No filler or repetition of the schema. It is front-loaded with the primary purpose and earn every word.

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

Completeness4/5

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

For a simple metadata update tool with no output schema, the description is largely complete. It covers the main functionality and a critical limitation (documentTitle immutability). It does not mention prerequisites like form existence or permissions, but given the low complexity and the schema providing required fields, it is nearly complete. A slightly higher score would require more operational detail, but this is sufficient for straightforward use.

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?

The schema covers 100% of parameters with basic descriptions ('Novo título', 'Nova descrição'), so the baseline is 3. The description adds value by clarifying that 'title' is distinct from the Drive file name (documentTitle), preventing a common confusion. This semantic clarification about the title parameter justifies a score above baseline.

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 clearly states the tool's purpose: to change the title and/or description of an existing form. It specifies the resource (form) and the exact fields affected, and distinguishes it from siblings like update_question or create_form by focusing on the form's top-level metadata. The parenthetical about what appears at the top for respondents removes ambiguity.

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

Usage Guidelines2/5

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

No explicit guidance is given about when to use this tool versus alternatives. While it's implicitly clear that this is for editing title/description, there is no mention of prerequisites (e.g., needing to retrieve the form first), when partial updates are allowed, or when to prefer other tools like update_question or set_publish. The description lacks any 'when to use' or 'when not to use' context.

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/claude-book/mcp-server-google-forms'

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