Skip to main content
Glama

Attendee MCP Server

by rexposadas

send_image_to_meeting

Send an image to a Google Meet meeting via a bot, enabling visual communication by providing the bot ID and HTTPS image URL.

Instructions

Send an image to the meeting through the bot (Google Meet only)

Input Schema

NameRequiredDescriptionDefault
bot_idYesID of the bot that should display the image
image_urlYesHTTPS URL of the image to display

Input Schema (JSON Schema)

{ "properties": { "bot_id": { "description": "ID of the bot that should display the image", "type": "string" }, "image_url": { "description": "HTTPS URL of the image to display", "type": "string" } }, "required": [ "bot_id", "image_url" ], "type": "object" }

Other Tools from Attendee MCP Server

Related Tools

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