Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_chats | List WhatsApp chats from local DB. |
| show_chat | Show details of a single chat. |
| list_messages | List recent WhatsApp messages with optional filters. |
| search_messages | Full-text search across WhatsApp messages (FTS5 if available, LIKE fallback). |
| show_message | Show details of a single message. |
| message_context | Show surrounding messages around a specific message ID for context. |
| search_contacts | Search WhatsApp contacts by name or phone number. |
| show_contact | Show details of a single contact. |
| set_contact_alias | Set a local alias (nickname) for a contact. |
| remove_contact_alias | Remove a local alias from a contact. |
| refresh_contacts | Import/refresh contacts from the WhatsApp session store into local DB. |
| send_message | Send a text message via WhatsApp. |
| send_file | Send a file (image, video, audio, document) via WhatsApp. |
| list_groups | List WhatsApp groups from local DB. |
| group_info | Fetch live group info from WhatsApp and update local DB. |
| group_rename | Rename a WhatsApp group. |
| group_leave | Leave a WhatsApp group. |
| group_join | Join a WhatsApp group by invite code. |
| group_participants_add | Add participants to a WhatsApp group. |
| group_participants_remove | Remove participants from a WhatsApp group. |
| group_participants_promote | Promote participants to admin in a WhatsApp group. |
| group_participants_demote | Demote admin participants in a WhatsApp group. |
| download_media | Download media from a WhatsApp message. |
| sync_once | Sync messages once (connect, fetch new messages, then exit). |
| history_backfill | Request older messages for a chat from your primary device (best-effort). |
| doctor | Run wacli diagnostics — check store, authentication, and search capabilities. |
| auth_status | Show authentication status of the current wacli session. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |