Skip to main content
Glama

Control Fire TV Device

alexa_fire_tv_control

Control Fire TV and Fire TV Cube devices by sending commands to turn on, turn off, pause, resume, or navigate home. Specify the device serial number to target the correct Fire TV.

Instructions

Control a Fire TV or Fire TV Cube (turnOn, turnOff, pause, resume, navigateHome).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandYesCommand to send to the Fire TV
serialNumberYesSerial number of the Fire TV device (use alexa_list_devices to find it)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.2.0

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It lists the commands but does not explain side effects, prerequisites, device availability requirements, error behavior, or whether commands are asynchronous. The operational impact beyond 'sending a command' is left unspecified.

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

Conciseness4/5

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

The description is a single efficient sentence with clear front-loading of the resource and command scope. It avoids filler, though it somewhat repeats the title and duplicates the schema enum; still, it is appropriately sized for a simple tool.

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?

For a two-parameter tool with no output schema, the description is minimally viable: it identifies the resource and commands. However, it leaves gaps around usage context, return/response behavior, and any prerequisites beyond what the schema implicitly indicates.

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 100%, with both parameter descriptions already present in the input schema. The description adds little beyond restating the command enum, and it does not clarify serialNumber semantics beyond what the schema already provides.

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 identifies the resource (Fire TV / Fire TV Cube) and lists the concrete commands it supports, distinguishing it from sibling tools like alexa_media_control or alexa_smarthome_action. The verb 'Control' is generic, but the enumerated command set makes the purpose unambiguous.

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 the tool is for Fire TV/Fire TV Cube control, but it does not explicitly state when to prefer it over alternatives such as alexa_media_control or alexa_smarthome_action. There is no when-not-to-use guidance or mention of related sibling tools.

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