Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GROK_API_KEY | Yes | Your Grok API key from x.ai |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| voice_notification | Generate a voice notification using Grok Voice API and play it. Args: text: The text to convert to speech (default: "Done!") Returns: str: Confirmation message |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |