Skip to main content
Glama

Attendee MCP Server

by Angad-2002
MIT License

get_recording

Retrieve the recording URL for a bot from the Attendee MCP Server by providing the bot ID. Useful for accessing meeting recordings managed by AI bots across platforms like Zoom, Google Meet, and Microsoft Teams.

Instructions

Get the recording URL for a bot

Input Schema

NameRequiredDescriptionDefault
bot_idYesID of the bot to get recording for

Input Schema (JSON Schema)

{ "properties": { "bot_id": { "description": "ID of the bot to get recording for", "type": "string" } }, "required": [ "bot_id" ], "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