Skip to main content
Glama
bonklek
by bonklek

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
P2P_TOOLS_CONFIGNoPath to a YAML configuration file. When unset, the servers use loopback defaults for Jackett and qBittorrent, but authenticated operations will still require their credentials.

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
vpn_statusA

Return NordVPN connection status

vpn_connectC

Connect NordVPN. Optional argument: country.

vpn_disconnectA

Disconnect NordVPN

vpn_public_ipA

Return current public IP address

vpn_require_activeA

Fail unless NordVPN is connected

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: connect, disconnect, check status, get public IP, and enforce an active connection. No two tools overlap in functionality, reducing the chance of misselection.

Naming Consistency4/5

All tools share the vpn_ prefix and use snake_case, which is consistent. There is a slight mix of verb-based names (vpn_connect, vpn_disconnect, vpn_require_active) and noun-based names (vpn_status, vpn_public_ip), but the pattern remains predictable and readable.

Tool Count5/5

Five tools is a well-scoped set for a VPN control server, covering the essential operations without unnecessary redundancy. The count is appropriate for the domain and neither sparse nor bloated.

Completeness4/5

The tool set covers the core VPN lifecycle: connect, disconnect, status, public IP, and an active-connection guard. Minor gaps exist, such as listing available countries or retrieving current server details, but these are not critical for basic workflows and can be worked around.

Maintenance

ActivitySlowing
ResponsivenessNo issues