Google Super
GOOGLESUPER_GET_TRANSCRIPTS_BY_CONFERENCE_RECORD_ID
Retrieves all transcripts for a specific Google Meet conference using its conferenceRecord_id.
Remote googlesuper
Other tools also called GOOGLESUPER_GET_TRANSCRIPTS_BY_CONFERENCE_RECORD_ID?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"conferenceRecord_id": {
"type": "string",
"title": "Conference Record Id",
"description": "Unique identifier of the conference record."
}
}
}