Skip to main content
Glama

Ler respostas

list_responses

Fetch paginated Google Forms responses with the question text included. Get a pageToken to load the next set when more responses are available.

Instructions

Lista as respostas de um formulário, já com o enunciado de cada pergunta no lugar do código interno. Vem em páginas (padrão: 50 por vez); se houver mais, a saída traz o pageToken da página seguinte.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formIdYesID do formulário
pageSizeNoQuantas respostas trazer por página (padrão 50)
pageTokenNoToken da página seguinte, devolvido pela chamada anterior
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses pagination behavior (default 50, pageToken forwarding) and the response format transformation. However, it doesn't explicitly state the operation is non-destructive or mention auth/error behavior, leaving some gaps.

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?

Two concise sentences that front-load the core purpose and add pagination details without wordiness.

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 tool with no output schema, the description adequately explains pagination and the nature of the returned data (with question text). It falls short of describing the full response structure or error handling, but is sufficient for a read-oriented tool.

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

Parameters3/5

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

Schema coverage is 100%, and the description reiterates the default page size (already in schema) and pageToken usage. It adds no new parameter-level information beyond the schema.

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 lists form responses and specifies a key transformation (question text replaces internal code). This distinguishes it from sibling tools, which focus on form editing/creation.

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 contextual usage: lists responses with pagination. Doesn't explicitly name alternatives or when not to use, but the read-only nature contrasts with sibling editing tools. Implied usage is clear.

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