Skip to main content
Glama
BACH-AI-Tools

Whatsapp Number Validator3 MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYYesAPI key for authentication

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
single_validationB

Checks if a given number is registered on WhatsApp.

bulk_validation_10A

Checks if the numbers in given list are registered on WhatsApp.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: one validates a single number, the other validates a list of numbers. An agent can easily choose based on the number of inputs.

Naming Consistency4/5

Both tools follow a similar pattern with 'validation' as the base noun, prefixed by 'single' and 'bulk_10'. The '10' in bulk_validation_10 is a minor oddity but does not break the overall consistency.

Tool Count3/5

With only 2 tools, the server feels minimal but not entirely inadequate for its narrow purpose. The count is borderline per the calibration, as 1-2 tools is considered thin.

Completeness4/5

The core use case of WhatsApp number validation is covered: single and bulk checks. The bulk tool is limited to 10 numbers, but agents can loop for larger batches, making it workable with minor gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues