Skip to main content
Glama
Elitespec
by Elitespec

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
deploy_siteA

Deploy a static website to EliteSpec hosting. Returns a live URL on *.elitespec.co.nz. Use this when the user has a website (HTML + CSS + JS + images) ready to go live. Works best for landing pages, small business sites, and portfolios. First deploy requires a one-time EliteSpec account (free tier available).

update_siteA

Push updated files to an existing EliteSpec-hosted site. Only files in the payload are overwritten; other files remain.

list_sitesA

List the authenticated user's hosted sites on EliteSpec.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct operation: deploying a new site, listing existing sites, and updating a site. There is no ambiguity or overlap between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: deploy_site, list_sites, update_site. The naming is uniform and predictable.

Tool Count4/5

With 3 tools, the server covers the core lifecycle for static site hosting (deploy, list, update), which is appropriate for the domain. A delete operation is missing but does not severely impact the count.

Completeness3/5

The tool surface covers deploy, list, and update, but lacks a delete operation for removing hosted sites. This is a notable gap for a hosting service, as agents may need to clean up old sites.

Maintenance

ActivityInactive
ResponsivenessNo issues