io.github.stucchi/telnyx
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TELNYX_API_KEY | Yes | Your Telnyx API key from portal.telnyx.com |
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 |
|---|---|
| get_balanceA | Get current account balance, pending charges, credit limit, and available credit. |
| list_invoicesC | List all invoices for the account. |
| get_invoiceC | Get details of a specific invoice. |
| get_charges_breakdownC | Get monthly charges breakdown for a date range. |
| get_charges_summaryC | Get monthly charges summary for a date range. |
| list_phone_numbersC | List all phone numbers on the account. |
| get_phone_numberC | Get details of a specific phone number. |
| search_available_numbersC | Search for available phone numbers to purchase. |
| order_phone_numberC | Order/purchase a phone number. |
| send_messageC | Send an SMS message. |
| list_messagesC | List sent and received messages. |
| list_messaging_profilesC | List all messaging profiles. |
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 12 tools
Each tool targets a distinct resource and action; even closely related tools like get_charges_breakdown and get_charges_summary are clearly differentiated by their descriptions. No overlapping purposes.
All tool names follow a consistent verb_noun pattern using snake_case (e.g., get_balance, list_invoices, send_message). No deviations or mixed conventions.
12 tools is within the ideal 3-15 range, covering the server's core domains (balance, charges, invoices, phone numbers, messaging) without unnecessary bloat.
Covers basic read and create operations for phone numbers and messages, but lacks update/delete for phone numbers, create/update/delete for messaging profiles, and single message detail retrieval. Notable gaps for a full lifecycle.