Skip to main content
Glama
jettydiot
by jettydiot

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JETTYD_API_KEYYesYour jettyd API key. Get it from https://jettyd.com 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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_devicesA

List all IoT devices in your jettyd account with their current status and last seen time.

read_deviceB

Get the current sensor readings and state for a specific device.

send_commandB

Send a command to a device (e.g. turn on a relay, blink an LED, set a value).

get_telemetryB

Get historical sensor readings for a device over a time period.

push_rulesA

Push JettyScript automation rules to a device. Rules run on-device and can trigger alerts when sensor thresholds are crossed.

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 5 tools

Disambiguation5/5

Each tool targets a distinct aspect of device interaction: listing devices, reading current state, sending commands, fetching historical data, and managing automation rules. No two tools have overlapping purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (list_devices, read_device, send_command, get_telemetry, push_rules). Predictable and uniform.

Tool Count5/5

5 tools is well-scoped for an IoT device management server, covering essential operations without redundancy or bloat.

Completeness4/5

The set covers listing, reading, commanding, telemetry, and rule automation, which are core for IoT interaction. Device create/update/delete are absent but likely outside the server's scope of managing existing devices.

Maintenance

ActivityInactive
ResponsivenessNo issues