Skip to main content
Glama

update_device

Update device settings for brightness, app rotation interval, night mode, dim mode, or pinned app. Only specified fields are modified.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_idNoDevice ID. Omit when the API key can see exactly one device.
brightnessNoDisplay brightness, 0-100.
pinned_appNoInstallation to pin (always show). Empty string unpins.
interval_secNoSeconds each app shows in rotation.
night_mode_appNoApp to show during night mode.
night_mode_enabledNo
dim_mode_brightnessNo
dim_mode_start_timeNo"HH:MM".
night_mode_end_timeNo"HH:MM", e.g. "07:00".
night_mode_brightnessNo
night_mode_start_timeNo"HH:MM", e.g. "22:00".
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions that 'Only provided fields change,' indicating partial updates, but lacks details on permissions, device online requirement, or potential conflicts among parameters.

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: the first states the purpose and lists settings, the second adds the important constraint about partial updates. No wasted 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 11 parameters, no output schema, and no annotations, the description provides a high-level summary but does not detail effects of each setting or side effects like whether the device must be online.

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?

The input schema already describes most parameters (73% coverage). The description groups parameters by category but adds minimal new meaning beyond the schema's individual parameter descriptions.

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's action ('Update device settings') and enumerates the categories of settings (brightness, app rotation interval, night mode, dim mode, pinned app). This distinguishes it from sibling tools like list_devices or reboot_device.

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

Usage Guidelines3/5

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

The description implies usage when you want to modify device settings, but it does not explicitly state when to use this tool versus alternatives, nor provides any exclusion conditions.

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