Skip to main content
Glama

flipper_infrared

Receive, transmit, and use universal infrared remotes to control TVs, ACs, and other devices. Supports raw capture and emulation.

Instructions

Infrared: receive, transmit and use universal remotes. Subcommand syntax varies between firmware versions and forks, so run flipper_capabilities if a command is rejected; the device's own error text is returned verbatim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNoAdditional arguments
portNoSerial port (e.g. COM7, /dev/ttyACM0). Omit when one Flipper is attached.
actionYesSubcommand, e.g. 'rx', 'read', 'emulate'
timeoutNo
Behavior4/5

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

Beyond annotations (which only state readOnlyHint false and destructiveHint false), the description reveals that subcommand syntax varies by firmware and that error text is returned verbatim. This adds useful behavioral context.

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?

Two sentences cover purpose, key behavior, and error handling without redundancy. Each sentence adds value and is front-loaded with the most important information.

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

Completeness4/5

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

Given 4 parameters and no output schema, the description covers purpose, subcommand variance, and error behavior. It references a sibling tool for further capabilities, enhancing completeness. However, it does not describe success returns or all possible subcommands.

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

Parameters4/5

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

The description adds context to the action parameter by noting subcommand syntax varies and providing examples ('rx', 'read', 'emulate'). It also suggests running flipper_capabilities for rejected commands, which aids parameter understanding. Schema covers 75% of parameters with descriptions, and the tool description compensates well for the timeout parameter's missing description.

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 purpose: 'receive, transmit and use universal remotes' using infrared. This distinguishes it from sibling tools like flipper_rfid or flipper_subghz.

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?

Provides guidance on handling command rejection by running flipper_capabilities, but does not explicitly state when to use this tool versus alternatives. Usage is implied by the name and first sentence.

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/ReconGrunt/FlipperTalk'

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