Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZULIP_URL | Yes | Your Zulip instance URL (e.g., https://example.zulipchat.com) | |
| ZULIP_EMAIL | Yes | Your Zulip bot's email address | |
| ZULIP_API_KEY | Yes | Your Zulip bot's API key |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| zulip_list_channels | List available channels (streams) in the Zulip organization |
| zulip_post_message | Post a new message to a Zulip channel (stream) |
| zulip_send_direct_message | Send a direct message to one or more users |
| zulip_add_reaction | Add an emoji reaction to a message |
| zulip_get_channel_history | Get recent messages from a channel (stream) and topic |
| zulip_get_topics | Get topics in a channel (stream) |
| zulip_subscribe_to_channel | Subscribe the bot to a channel (stream) |
| zulip_get_users | Get list of users in the Zulip organization |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |