Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLOUDNET_URLNoThe URL to the CloudNet REST API (default: http://127.0.0.1:2812/api/v3)http://127.0.0.1:2812/api/v3
CLOUDNET_USERYesThe basic auth username
CLOUDNET_PASSWORDYesThe basic auth password

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
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_nodesA

List all nodes in the CloudNet cluster

get_node_infoB

Get detailed information about a specific node

get_servicesA

List all smart services

get_online_playersB

Get a list of online players based on the query parameters

get_player_infoB

Get a player by their unique id or name

kick_playerC

Kicks a given player from the entire network

send_player_messageB

Sends a chat message to a given player

execute_player_commandC

Executes a command for a given player

execute_service_commandC

Executes the specified command on a service console

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 9 tools

Disambiguation5/5

Each tool targets a distinct action: player vs service commands, node info vs list, player info vs online list, kick vs message. No overlap.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case: execute, get, kick, send. Naming is predictable.

Tool Count5/5

9 tools is well-scoped for a cluster management server covering nodes, services, and players. Feels complete without bloat.

Completeness4/5

Covers essential node listing/info, player operations, and service commands. Missing service lifecycle (create/delete) and node actions, but core workflows are present.

Maintenance

ActivityInactive
ResponsivenessNo issues