Get Form Response
get_form_responseRetrieve a specific Google Form response with detailed answer mappings to questions for analyzing individual submissions.
Instructions
Retrieve a specific response from a Google Form with detailed answer mappings to questions. Perfect for analyzing individual submissions in detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_id | Yes | The unique ID of the form containing the response. Get this from create_form output or from list_form_responses. | |
| response_id | Yes | The unique ID of the specific response to retrieve. Get this from list_form_responses output - each response has a unique ID. Format: Usually a long alphanumeric string from Google Forms API. | |
| 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 | ||
| formId | Yes | ||
| answers | Yes | ||
| success | Yes | ||
| userEmail | No | ||
| responseId | Yes | ||
| answerCount | Yes | ||
| submittedTime | Yes | ||
| respondentEmail | Yes |