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
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
clawops_statusD
clawops_doctorD
clawops_logs_tailD
clawops_monitorD
clawops_config_getD
clawops_agents_listD
clawops_upD
clawops_destroyD
clawops_applyD
clawops_planD
clawops_config_setD
clawops_config_unsetD
clawops_config_validateD
clawops_gateway_restartD
clawops_hardenD
clawops_task_statusD
clawops_workflow_deploy_appD
clawops_workflow_recoverD
clawops_stacks_listD

Prompts

Interactive templates invoked by user choice

NameDescription
deploy-to-awsStep-by-step guide to deploy OpenClaw on AWS
recover-failed-stackDiagnostic playbook for a failed or unhealthy clawops stack

Resources

Contextual data attached and managed by the client

NameDescription
current-contextActive stack name, provider, and region
stacksAll configured stacks

TDQS

D1.7/5.0

Scored across 19 tools

Disambiguation2/5

Many tools have overlapping or unclear purposes, such as clawops_status, clawops_monitor, clawops_doctor, and clawops_task_status, which all seem related to checking system state. Without descriptions, it's difficult for an agent to distinguish between these tools, leading to likely misselection.

Naming Consistency4/5

All tools follow a consistent pattern with the 'clawops_' prefix and snake_case naming (e.g., clawops_config_get, clawops_config_set). However, verb usage varies (status, plan, destroy, harden) and some names like 'clawops_doctor' or 'clawops_up' are less conventional, but the overall pattern is predictable.

Tool Count3/5

The server exposes 19 tools, which falls into the 'heavy' range (16-25). While the breadth suggests a comprehensive DevOps operations tool, the count feels slightly over-scoped for a single server, though it's not extreme enough to be detrimental.

Completeness4/5

The tool surface covers a wide range of operations: configuration management (get/set/unset/validate), lifecycle (plan/apply/destroy/up), monitoring (status/doctor/logs_tail/monitor), workflows (deploy_app/recover), and infrastructure control (stacks, agents, gateway). While some operations like a dedicated 'delete' or 'list' might be missing, the core workflows appear well-covered.

Maintenance

ActivityActive
ResponsivenessUnresponsive