Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NWC_CONNECTION_STRINGYesYour Nostr Wallet Connect connection string (starts with nostr+walletconnect://)

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_wallet_service_infoB

Get NWC capabilities, supported encryption and notification types of the connected lightning wallet

get_infoB

Get NWC capabilities of the connected lightning wallet, and general information about the wallet and underlying lightning node

make_invoiceC

Create a lightning invoice

pay_invoiceC

Pay a lightning invoice

get_balanceA

Get the balance of the connected lightning wallet

lookup_invoiceC

Look up lightning invoice details from a BOLT-11 invoice or payment hash

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 6 tools

Disambiguation4/5

Most tools have distinct purposes, but get_info and get_wallet_service_info overlap significantly in functionality, which could cause confusion for an agent. The other tools (balance, invoice operations) are clearly differentiated.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case (e.g., get_balance, make_invoice, pay_invoice). This predictability makes the set easy to navigate and understand.

Tool Count5/5

With 6 tools, this server is well-scoped for managing a lightning wallet, covering key operations like balance, info, and invoice handling. The count is neither too sparse nor overwhelming for the domain.

Completeness4/5

The toolset covers essential lightning wallet operations, but there are minor gaps, such as no explicit tools for managing notifications or encryption settings, which are mentioned in get_wallet_service_info. Core workflows like invoice creation and payment are well-supported.

Maintenance

ActivityInactive
ResponsivenessNo issues