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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
mqtt_connectB

Connect to an MQTT broker

mqtt_publishA

Publish a message to an MQTT topic

mqtt_subscribeB

Subscribe to an MQTT topic to receive messages

mqtt_unsubscribeB

Unsubscribe from an MQTT topic

mqtt_disconnectA

Disconnect from the MQTT broker

mqtt_statusB

Get the current MQTT connection status

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a unique purpose (connect, disconnect, publish, status, subscribe, unsubscribe) with no overlap; an agent can easily distinguish between them.

Naming Consistency5/5

All tool names follow a consistent 'mqtt_verb' pattern in snake_case, making the tool set predictable and easy to navigate.

Tool Count5/5

Six tools cover the core MQTT operations without unnecessary extras; the count is well-scoped for a focused MQTT client server.

Completeness4/5

Essential lifecycle operations (connect, disconnect, publish, subscribe, unsubscribe) are present, plus a status check. A tool to fetch received messages might be missing, but this is a minor gap.

Maintenance

ActivityInactive
ResponsivenessNo issues