Google Super

GOOGLESUPER_GET_MEET

Retrieve details of a Google Meet space using its unique identifier.

Remote googlesuper

Other tools also called GOOGLESUPER_GET_MEET? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "space_name": {
      "type": "string",
      "title": "Space Name",
      "examples": [
        "mV63iV9-KxoB"
      ],
      "description": "The unique identifier (space ID) for the Google Meet space. Provide only the raw space ID without the 'spaces/' prefix. Example: 'mV63iV9-KxoB'."
    }
  }
}