Skip to main content
Glama

Google Workspace MCP Server

by ZatesloFL

create_form

Generate and customize Google Forms using a user's Google email, form title, optional description, and document title. Returns form ID and edit URL for quick access and management.

Instructions

Create a new form using the title given in the provided form message in the request.

Args: user_google_email (str): The user's Google email address. Required. title (str): The title of the form. description (Optional[str]): The description of the form. document_title (Optional[str]): The document title (shown in browser tab).

Returns: str: Confirmation message with form ID and edit URL.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
document_titleNo
titleYes
user_google_emailYes

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "document_title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Document Title" }, "title": { "title": "Title", "type": "string" }, "user_google_email": { "title": "User Google Email", "type": "string" } }, "required": [ "user_google_email", "title" ], "type": "object" }

Other Tools from Google Workspace MCP Server

Related Tools

    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/ZatesloFL/google_workspace_mcp'

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