Get Form Details
get_formRetrieve 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
| Name | Required | Description | Default |
|---|---|---|---|
| form_id | Yes | The 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_email | No | The user's Google email address for Forms access. If None, uses the current authenticated user from FastMCP context (auto-injected by middleware). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| title | Yes | ||
| formId | Yes | ||
| editUrl | Yes | ||
| success | Yes | ||
| questions | Yes | ||
| userEmail | No | ||
| description | Yes | ||
| responseUrl | Yes | ||
| documentTitle | Yes | ||
| questionCount | Yes |