Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_meeting_bot | Create a bot to join a meeting and record/transcribe it |
| get_bot_status | Get the current status of a meeting bot |
| get_meeting_transcript | Get the transcript from a meeting bot |
| remove_meeting_bot | Remove a bot from a meeting |
| make_bot_speak | Make a bot speak text during a meeting using text-to-speech |
| send_chat_message | Send a chat message from the bot to the meeting |
| get_chat_messages | Get chat messages from the meeting |
| get_recording | Get the recording URL for a bot |
| send_image_to_meeting | Send an image to the meeting through the bot (Google Meet only) |
| send_video_to_meeting | Send a video to the meeting through the bot (Google Meet only) |
| delete_bot_data | Delete all data associated with a bot (recordings, transcripts, etc.) |