pingwa
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| 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 |
|---|---|
| notifyA | Send a WhatsApp notification to the account owner's own phone.
|
| check_statusB | Show the pingwa account's plan, remaining monthly quota, and whether the free 24h WhatsApp reply window is currently open. |
| upgradeA | Get a link to upgrade the account to Pro (raises the monthly quota). Returns a Stripe Checkout URL for the human to open and pay — no pingwa password needed, the card is handled by Stripe. If the account is already Pro, returns a billing-portal URL to manage or cancel instead. |
| ask | Ask the human a question on WhatsApp and BLOCK until they reply (or timeout).
|
| check_replies | Pull inbound WhatsApp messages the human sent to pingwa (out-of-band
instructions, or late answers to an |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool serves a distinct purpose: notify sends a notification, check_status shows account status, and upgrade provides a link to upgrade. There is no overlap or ambiguity.
Tool names use verbs consistently (notify, check_status, upgrade), though check_status is a verb_noun while the others are single verbs. This minor deviation does not hinder clarity.
With three tools, the server is well-scoped for a personal notification service. Each tool is essential and neither too few nor too many for the purpose.
The tool set covers the core workflows: sending notifications, checking status, and upgrading. Missing features like notification history or contact management are minor gaps for this simple self-notification domain.