Skip to main content
Glama
dipseth

google-workspace-unlimited

Get Form Details

get_form
Read-onlyIdempotent

Retrieve comprehensive details of a Google Form, including metadata, questions with types and settings, and access URLs. Ideal for form inspection and analysis.

Instructions

Retrieve comprehensive details of a Google Form including metadata, all questions with their types and settings, and access URLs. Perfect for form inspection and analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
form_idYesThe unique ID of the form to retrieve. Get this from create_form output or from a Google Forms URL: https://docs.google.com/forms/d/FORM_ID_HERE/edit
user_google_emailNoThe user's Google email address for Forms access. If None, uses the current authenticated user from FastMCP context (auto-injected by middleware).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNo
titleYes
formIdYes
editUrlYes
successYes
questionsYes
userEmailNo
descriptionYes
responseUrlYes
documentTitleYes
questionCountYes
Behavior4/5

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

Annotations declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds value by detailing what specific information is retrieved (metadata, questions, URLs), confirming the read-only nature without contradicting annotations.

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: the first defines purpose and content, the second a use case. No filler, every sentence earns its place.

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?

Given the tool's simplicity (2 params, no enums, full schema coverage, clear annotations, and an output schema), the description covers all necessary aspects: what it does, what it returns, and its use case. No gaps.

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 description coverage is 100%, with both parameters well-documented (form_id with URL example, user_google_email with default and context explanation). The tool description does not add extra parameter semantics but does not need to; the schema is sufficient.

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 verb 'Retrieve', the resource 'Google Form', and specifies the content returned (metadata, questions, settings, URLs). It distinguishes itself from siblings like create_form or get_form_response by focusing on form structure inspection.

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 says 'Perfect for form inspection and analysis', indicating the use case. However, it does not explicitly state when not to use it or mention alternatives. The context of siblings implies it is for reading, but explicit guidance would be better.

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/dipseth/google_workspace_fastmcp2'

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