Skip to main content
Glama
stucchi

io.github.stucchi/telnyx

by stucchi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TELNYX_API_KEYYesYour 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 12 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

12 tools is within the ideal 3-15 range, covering the server's core domains (balance, charges, invoices, phone numbers, messaging) without unnecessary bloat.

Completeness3/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues