Get a form
get_formFetch the full Google Form details: title, description, settings, ordered items with IDs, publish settings, responder URI, and linked sheet ID. Use it to inspect a form before making changes.
Instructions
Returns the full form: info (title, description), settings (quiz mode, email collection), items[] with their itemId/questionId and question definitions, publishSettings, responderUri and linkedSheetId. Items are returned in order — their 0-based positions are the indexes that update_question, delete_item and move_item address, so call this before mutating items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_id | Yes | The form id — the long id from the form URL (docs.google.com/forms/d/<formId>/edit) or from create_form output. |