Skip to main content
Glama

Attendee MCP Server

by rexposadas

create_meeting_bot

Generate a bot to join online meetings via Zoom, Google Meet, or Teams. Automates attendance, records sessions, and provides transcriptions for review.

Instructions

Create a bot to join a meeting and record/transcribe it

Input Schema

NameRequiredDescriptionDefault
bot_nameNoName for the bot (optional, defaults to 'Go Bot')Go Bot
meeting_urlYesURL of the meeting (Zoom, Google Meet, or Teams)

Input Schema (JSON Schema)

{ "properties": { "bot_name": { "default": "Go Bot", "description": "Name for the bot (optional, defaults to 'Go Bot')", "type": "string" }, "meeting_url": { "description": "URL of the meeting (Zoom, Google Meet, or Teams)", "type": "string" } }, "required": [ "meeting_url" ], "type": "object" }

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/rexposadas/attendee-mcp'

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