Skip to main content
Glama

Google Workspace MCP Server

MIT License
105
  • Apple
  • Linux

get_form_response

Retrieve specific response data from a Google Form by providing the user's email, form ID, and response ID, including detailed answers and metadata.

Instructions

Get one response from the form. Args: user_google_email (str): The user's Google email address. Required. form_id (str): The ID of the form. response_id (str): The ID of the response to retrieve. Returns: str: Response details including answers and metadata.

Input Schema

NameRequiredDescriptionDefault
form_idYes
response_idYes
serviceYes
user_google_emailYes

Input Schema (JSON Schema)

{ "properties": { "form_id": { "title": "Form Id", "type": "string" }, "response_id": { "title": "Response Id", "type": "string" }, "service": { "title": "service", "type": "string" }, "user_google_email": { "title": "User Google Email", "type": "string" } }, "required": [ "service", "user_google_email", "form_id", "response_id" ], "title": "get_form_responseArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/taylorwilsdon/google_workspace_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server