Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
connect_vpsB

Connect to a VPS using SSH. Requires host, username, and either password or privateKey.

disconnect_vpsB

Disconnect from the current VPS session.

execute_commandB

Execute a shell command on the connected VPS and return the output. Runs in the current tracked directory.

list_directoryB

List contents of a directory on the VPS. Defaults to current working directory.

create_directoryC

Create a new directory on the VPS.

read_fileC

Read the contents of a file on the VPS.

write_fileC

Create or overwrite a file on the VPS.

delete_itemA

Delete a file or directory on the VPS (recursive).

change_directoryC

Change the current working directory on the VPS.

get_current_directoryB

Get the current working directory path.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 10 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no ambiguity. For example, change_directory modifies the working directory while get_current_directory retrieves it, and list_directory shows contents while read_file reads file data. The actions (change, connect, create, delete, etc.) and targets (directory, VPS, file) are consistently differentiated.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case throughout. Examples include change_directory, execute_command, and list_directory. There are no deviations in naming conventions, making the set predictable and readable.

Tool Count5/5

With 10 tools, the count is well-scoped for managing a VPS via SSH. Each tool earns its place by covering essential operations like connection management, file system navigation, and command execution, without being excessive or insufficient for the domain.

Completeness4/5

The tool set provides strong coverage for core VPS management tasks, including connection handling, file CRUD operations, and directory navigation. A minor gap is the lack of tools for advanced operations like file permissions management or process monitoring, but agents can work around this using execute_command.

Maintenance

ActivityInactive
ResponsivenessNo issues