Skip to main content
Glama

Google Workspace MCP Server

MIT License
167
  • Apple
  • Linux

list_form_responses

Retrieve form responses by specifying the form ID, user email, and pagination details. Returns a structured list of responses with pagination info for efficient navigation.

Instructions

List a form's responses. Args: user_google_email (str): The user's Google email address. Required. form_id (str): The ID of the form. page_size (int): Maximum number of responses to return. Defaults to 10. page_token (Optional[str]): Token for retrieving next page of results. Returns: str: List of responses with basic details and pagination info.

Input Schema

NameRequiredDescriptionDefault
form_idYes
page_sizeNo
page_tokenNo
serviceYes
user_google_emailYes

Input Schema (JSON Schema)

{ "properties": { "form_id": { "title": "Form Id", "type": "string" }, "page_size": { "default": 10, "title": "Page Size", "type": "integer" }, "page_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Page Token" }, "service": { "title": "service", "type": "string" }, "user_google_email": { "title": "User Google Email", "type": "string" } }, "required": [ "service", "user_google_email", "form_id" ], "title": "list_form_responsesArguments", "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