Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SPZ_HOSTNoHost to connect to StableProjectorz agent bridge (default 127.0.0.1)127.0.0.1
SPZ_PORTNoPort for StableProjectorz agent bridge (default 8765)8765
SPZ_TOKENNoOptional token for authenticating with the agent bridge (default none)

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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
spz_bridge_statusA

Check whether StableProjectorz is reachable and report how to enable the agent bridge. Use this when the other tools are missing or failing.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap. The tool's purpose is clearly limited to checking bridge status, and no other tools exist to compete with it.

Naming Consistency4/5

The single tool name 'spz_bridge_status' is descriptive and clear. It does not follow a verb_noun pattern, but with only one tool there is no inconsistency to penalize.

Tool Count1/5

At just one tool, the server is severely under-scoped. The tool description references 'other tools' that are expected to exist, but they are absent, so the count is far too low for the apparent purpose of managing a StableProjectorz bridge.

Completeness1/5

The tool only reports status and suggests how to enable the bridge; there are no tools to actually enable, configure, or interact with StableProjectorz. This is a severely incomplete surface, as agents cannot perform any meaningful operations beyond checking availability.

Maintenance

ActivityMaintained
ResponsivenessNo issues