Google Super

GOOGLESUPER_CREATE_MEET

Creates a new Google Meet space, optionally configuring its access type and entry point access controls.

Remote googlesuper

Other tools also called GOOGLESUPER_CREATE_MEET? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "access_type": {
      "enum": [
        "OPEN",
        "TRUSTED",
        "RESTRICTED",
        "ACCESS_TYPE_UNSPECIFIED"
      ],
      "type": "string",
      "title": "Access Type",
      "description": "Access control level for the meeting space."
    },
    "entry_point_access": {
      "enum": [
        "ENTRY_POINT_ACCESS_UNSPECIFIED",
        "ALL",
        "CREATOR_APP_ONLY"
      ],
      "type": "string",
      "title": "Entry Point Access",
      "description": "Access control for meeting entry points."
    }
  }
}