Create Google Form
create_formCreate a new Google Form with a title and optional description. Returns the form ID, edit URL, and response URL.
Instructions
Create a new Google Form with customizable title, description, and document title. Returns form ID and URLs for editing and responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Form title displayed at the top | |
| description | No | Optional description explaining the form's purpose | |
| document_title | No | Title shown in browser tab (defaults to main title) | |
| 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 | ||
| message | Yes | ||
| success | Yes | ||
| userEmail | No | ||
| responseUrl | Yes |