Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VERCEL_TOKENNoYour Vercel API token
NETLIFY_TOKENNoYour Netlify API token
CLOUDFLARE_TOKENNoYour Cloudflare API token or Global API Key in format accountId:globalApiKey
CLOUDFLARE_ACCOUNT_IDNoCloudflare account ID (required if using API token format for CLOUDFLARE_TOKEN)

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
check_deployment_statusC

Check the latest deployment status for a project on a platform

watch_deploymentA

Stream real-time deployment progress with detailed status updates and error information

compare_deploymentsB

Compare deployments using smart comparison modes to identify changes, performance differences, and potential issues

get_deployment_logsB

Fetch detailed logs for a specific deployment, useful for debugging failed deployments

list_projectsB

List all available projects/sites on a platform that you have access to

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: status checking, streaming progress, comparing deployments, fetching logs, and listing projects. No two tools overlap in function.

Naming Consistency5/5

All tool names follow the same verb_noun pattern (check_, watch_, compare_, get_, list_) with snake_case, making the API predictable and easy to navigate.

Tool Count5/5

Five tools is a well-scoped set for a deployment monitoring server, covering all core activities without bloat.

Completeness4/5

The tool surface covers status, live progress, logs, and comparisons, but lacks a way to list historical deployments for a project, which would be useful for selecting deployments to compare.

Maintenance

ActivityInactive
ResponsivenessUnresponsive