Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| CHATTERBOX_API_KEY | Yes | Your ChatterBox API key obtained after registration | |
| CHATTERBOX_API_ENDPOINT | No | The ChatterBox API endpoint URL | https://api.chatter-box.io | 
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 | 
|---|---|
| joinMeeting | Join a Zoom or Google Meet meeting using the provided meeting ID and password and capture transcript and audio recording  | 
| getMeetingInfo | Get information about a meeting  | 
| summarizeMeeting | Generate a concise summary of a meeting's contents from its transcript  |