Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTWARES_API_KEYYesYour API key from Hostwares dashboard

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
deploy_siteC

Deploy a site from a GitHub repository

list_sitesA

List all your deployed sites

get_site_statusB

Get status of a site

restart_siteC

Restart a site

stop_siteD

Stop a site

start_siteC

Start a stopped site

get_deployment_logsC

Get deployment logs for a site

redeploy_siteC

Trigger a new deployment

configure_domainB

Set a custom domain for a site

update_env_varsB

Set environment variables on a site

deploy_databaseB

Create a managed database

list_databasesA

List all databases

billing_summaryB

Get billing summary and credit balance

askC

Ask the Hostwares AI DevOps assistant anything

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 14 tools

Disambiguation5/5

Each tool targets a distinct action: deployment, management, listing, configuration, billing, and a general assistant. There is no overlap; even similar tools like 'start_site' and 'restart_site' have clear descriptions distinguishing their purposes.

Naming Consistency5/5

All tools use imperative verbs with snake_case naming (e.g., 'deploy_site', 'get_site_status', 'update_env_vars'), except 'ask' which is a single word but still follows the imperative style. No mixing of conventions.

Tool Count5/5

With 14 tools, the set covers the major operations for a hosting platform (deploy, manage, configure, list, logs, billing) without being overwhelming. The count is well-scoped for the domain.

Completeness4/5

The tool set covers key lifecycle operations like deployment, restart, start/stop, logs, env vars, custom domains, databases, and billing. However, missing delete/undeploy for sites and databases, which are minor gaps for full CRUD coverage.

Maintenance

ActivityMaintained
ResponsivenessSyncing