Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host configuration (Not applicable) | |
| PORT | No | Port configuration (Not applicable) | |
| API_KEY | Yes | API 密钥 (API Key) for Bulk Whatsapp Validator |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| is_a_business | Requests to this endpoint will return |
| validate_up_to_10 | Enter an array of up to 10 numbers to validate. |
| validate_up_to_100 | Enter an array of up to 100 numbers to validate. |
| validate_single_whatsapp_number | Enter a single phone number you want to validate. |
| about_info | This endpoint will return the About state of the WA number on the query. |
| validate_up_to_1000 | Enter an array of up to 1000 numbers to validate. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |