Skip to main content
Glama

Google Workspace MCP Server

by ZatesloFL

set_publish_settings

Update form publish settings in Google Workspace Forms. Manage template visibility and authentication requirements for viewing or submitting forms using user email and form ID.

Instructions

Updates the publish settings of a form.

Args: user_google_email (str): The user's Google email address. Required. form_id (str): The ID of the form to update publish settings for. publish_as_template (bool): Whether to publish as a template. Defaults to False. require_authentication (bool): Whether to require authentication to view/submit. Defaults to False.

Returns: str: Confirmation message of the successful publish settings update.

Input Schema

NameRequiredDescriptionDefault
form_idYes
publish_as_templateNo
require_authenticationNo
user_google_emailYes

Input Schema (JSON Schema)

{ "properties": { "form_id": { "title": "Form Id", "type": "string" }, "publish_as_template": { "default": false, "title": "Publish As Template", "type": "boolean" }, "require_authentication": { "default": false, "title": "Require Authentication", "type": "boolean" }, "user_google_email": { "title": "User Google Email", "type": "string" } }, "required": [ "user_google_email", "form_id" ], "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