Skip to main content
Glama
EaveLuo
by EaveLuo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ONEPANEL_HOSTNoThe 1Panel host address.localhost
ONEPANEL_PORTNoThe port for the 1Panel API.8080
ONEPANEL_API_KEYYesThe API key generated in the 1Panel dashboard (Panel Settings).
ONEPANEL_PROTOCOLNoThe protocol used to connect to 1Panel (http or https).http

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
list_containersB

List all Docker containers

start_containerC

Start a container

stop_containerC

Stop a container

restart_containerC

Restart a container

list_imagesB

List Docker images

pull_imageC

Pull a Docker image

list_installed_appsC

List installed apps

list_app_storeD

List app store

list_filesD

List files

get_system_infoC

Get system info

get_system_monitorC

Get system monitor data

list_websitesD

List websites

list_databasesD

List databases

list_composesB

List compose projects

list_certificatesB

List SSL certificates

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.8/5.0

Scored across 15 tools

Disambiguation5/5

Every tool has a clearly distinct purpose targeting specific resources like system info, containers, images, files, or certificates. There is no overlap in functionality—each tool name precisely indicates what it operates on, eliminating any ambiguity for agent selection.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern, primarily using 'list_' for retrieval operations and specific verbs like 'get_', 'pull_', 'restart_', 'start_', and 'stop_' for other actions. This uniformity makes the tool set predictable and easy to navigate.

Tool Count5/5

With 15 tools, the server is well-scoped for managing a 1Panel system, covering key areas like system monitoring, Docker container management, app handling, and file/certificate operations. Each tool earns its place without feeling excessive or insufficient for the domain.

Completeness4/5

The tool set provides comprehensive coverage for monitoring and managing a 1Panel system, including CRUD-like operations for containers (start, stop, restart) and listing various resources. Minor gaps exist, such as no tools for creating or deleting containers, images, or certificates, but agents can still perform core workflows effectively.

Maintenance

ActivityInactive
ResponsivenessNo issues