get_form
Retrieve form details including title, description, questions, and URLs from Google Forms by providing a user email and form ID. Use this tool to integrate form data into workflows.
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 |
|---|---|---|---|
| form_id | Yes | ||
| user_google_email | Yes |