Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRONBYT_API_KEYYesPer-device API key from the Tronbyt web UI
TRONBYT_BASE_URLYesYour tronbyt/server, e.g. http://tronbyt.local:8000
TRONBYT_TIMEOUT_MSNoPer-request timeout10000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_devicesA

List all Tronbyt devices visible to the configured API key, including brightness, night mode, pinned app, and last-seen time.

update_deviceA

Update device settings: brightness, app rotation interval, night mode, dim mode, or the pinned app. Only provided fields change.

reboot_deviceA

Reboot a Tronbyt device. The command is sent immediately; the device reboots asynchronously.

list_installationsA

List app installations on a device: installation id (iname), app, enabled/pinned state, timing, and config.

update_installationA

Update an installation: enable/disable it in the rotation, pin/unpin it, or change its render interval and display time.

delete_installationA

Delete an app installation from a device, including its rendered images. This cannot be undone.

push_appA

Render a server-side app (optionally with config) and push it to the display. Use installation_id alone to re-activate an existing installation with its saved config.

push_imageA

Push a base64-encoded WebP image directly to the display (64x32; 128x64 for wide/2x devices).

push_textA

Render text into an image sized for the display (64x32, or 128x64 for wide/2x devices) and push it. Word-wrapped and centered, printable ASCII only. At default sizing: 16 chars/line, 5 lines.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jonfishr/tronbyt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server