Skip to main content
Glama

Criar formulário completo

build_form

Build a full Google Form with title, description, quiz mode, and all questions in one call. Defaults to published; set unpublished for draft.

Instructions

Cria um formulário inteiro numa única operação: título, descrição, modo quiz e todas as perguntas na ordem dada. Prefira esta ferramenta a encadear create_form + várias add_question. Por padrão o Google cria o formulário JÁ PUBLICADO; use unpublished=true para criá-lo como rascunho.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTítulo do formulário, visível para quem responde
isQuizNotrue para criar já em modo quiz (obrigatório se alguma pergunta tiver 'points')
questionsYesPerguntas, na ordem em que devem aparecer no formulário
descriptionNoDescrição exibida no topo do formulário (opcional)
unpublishedNotrue para criar como rascunho (ninguém responde até set_publish). Padrão: publicado.
documentTitleNoNome do arquivo no Drive (opcional)
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 and it discloses a critical behavioral trait: by default, the form is already published, and users must set unpublished=true to create a draft. This is a significant side effect beyond parameter definitions. It does not cover permissions, rate limits, or error cases, but the key publish-state behavior is well highlighted.

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 three sentences: the first states purpose, the second gives a direct usage recommendation, and the third highlights a critical default behavior. Every sentence earns its place with no redundancy or filler, front-loading the core action.

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?

Given the tool's complexity (6 parameters, nested questions) and lack of output schema, the description covers the main operational aspects: what it creates, order preservation, and publication default. It does not mention the response format or failure modes, but the schema covers parameter details, making this reasonably complete for invocation.

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 description coverage is 100%, providing solid parameter docs. The description adds value by clarifying the 'unpublished' parameter's impact (default published vs draft) and stressing that questions appear 'in the given order', which maps to the questions array. This meaningfully enhances the schema's 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 creates an entire form in one operation, listing the included components (title, description, quiz mode, all questions in order). It explicitly distinguishes from siblings by advising to prefer this over chaining create_form and multiple add_question calls, making its purpose unambiguous.

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?

Provides explicit usage guidance by recommending this tool over chaining create_form + add_question, which directly addresses when to use it. It also mentions the unpublished parameter for draft creation, offering context on how to control publication. However, it does not mention when not to use it (e.g., for incremental updates or large forms beyond limits), so it misses some exclusions.

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