create_form
Creates a new Google Form with a title and optional subtitle, owned by the user. Add questions afterward using batch update.
Instructions
Create a new Google Form with title and optional description.
Side effects: creates a new empty form owned by the user. To add questions/items afterward use batch_update_form with createItem requests; inspect the form with get_form. Requires the forms OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). | |
| title | Yes | Form title shown at the top of the form to respondents. | |
| description | No | Optional subtitle text shown under the title. | |
| document_title | No | Optional browser-tab/Drive title. Defaults to the form's `title` if omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |