Skip to main content
Glama

Attendee MCP Server

by Angad-2002
MIT License

send_video_to_meeting

Deliver an MP4 video via HTTPS URL to a Google Meet session using a specified bot ID for playback during the meeting.

Instructions

Send a video to the meeting through the bot (Google Meet only)

Input Schema

NameRequiredDescriptionDefault
bot_idYesID of the bot that should play the video
video_urlYesHTTPS URL of the MP4 video to play

Input Schema (JSON Schema)

{ "properties": { "bot_id": { "description": "ID of the bot that should play the video", "type": "string" }, "video_url": { "description": "HTTPS URL of the MP4 video to play", "type": "string" } }, "required": [ "bot_id", "video_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/Angad-2002/attendee-mcp'

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