get_form
Retrieve Google Forms details including title, description, questions, and URLs by providing a user's Google email and form ID through a security-hardened Google Workspace integration.
Instructions
Get a form.
Args: user_google_email (str): The user's Google email address. Required. form_id (str): The ID of the form to retrieve.
Returns: str: Form details including title, description, questions, and URLs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| form_id | Yes |