Skip to main content
Glama

push_app

Render and push an app to your Tidbyt or Tronbyt LED display, optionally with custom configuration. Use an existing installation ID to reactivate with saved settings.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idNoApp identifier, e.g. "clock". Required unless installation_id names an existing installation.
configNoApp config; omitted = the installation's saved config.
device_idNoDevice ID. Omit when the API key can see exactly one device.
backgroundNofalse (default): interrupt the display and show this immediately. true: save into the rotation without interrupting.
installation_idNo
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With empty annotations, the description carries the burden. It mentions rendering and pushing, and re-activation behavior, but lacks details on error handling, permissions, or whether the action is destructive. Some behavioral context is provided, but not comprehensive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the main action, and provides essential information without unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, 5 parameters, and no annotations, the description covers the core functionality but omits return values and error scenarios. It is adequate but not fully complete for a complex tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is high (80%), so baseline is 3. The description reiterates the installation_id re-activation use, but adds minimal value beyond the schema. The config parameter's behavior is already described in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool renders a server-side app and pushes it to the display, and also explains re-activation using installation_id. This distinguishes it from sibling tools like push_image or push_text.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives specific guidance on using installation_id alone for re-activation, and implies usage for new apps with app_id and config. However, it does not explicitly state when to use this tool versus other push tools or when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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