Skip to main content
Glama

transmit_subghz

Destructive

Send a saved Sub-GHz capture file via BLE to a Flipper Zero for real RF transmission, respecting legal bands and region lock.

Instructions

⚠️ TRANSMIT a saved Sub-GHz capture over BLE — the app-driven TX path (there is NO direct Sub-GHz TX RPC). Launches the Sub-GHz app with the file as its launch arg, which drives straight into the transmit flow. path: e.g. '/ext/subghz/Tesla/Tesla_US_AM650.sub'. The firmware's region check applies — a 'Transmission is blocked / missing region file' screen = the device's region lock (fix in Momentum settings, not here). ⚠️ Real RF — YOUR OWN TARGETS, LEGAL BANDS ONLY. Approve per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
then_screenshotNo
Behavior5/5

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

The description adds significant behavioral context beyond annotations. It explains the app-driven flow, the error screen for region lock, and includes a warning about legal bands and liability. It does not contradict annotations; destructiveHint=true aligns with the real RF transmission warning.

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 dense but well-structured, using emojis and line breaks to highlight warnings and critical details. Every sentence earns its place—covering purpose, mechanism, example, region lock, and legal reminder—without redundancy.

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 the tool's complexity (RF transmission with safety implications) and missing output schema, the description covers usage, behavior, and error conditions well. However, it does not specify the return value or success/failure indication, which would be useful for an agent to handle responses.

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 0%, so the description carries the burden. It provides an example for 'path' (e.g., '/ext/subghz/Tesla/Tesla_US_AM650.sub') but offers no explanation for 'then_screenshot' (boolean with default true). While the path example is helpful, the omission of the second parameter's meaning leaves a gap.

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 function: 'TRANSMIT a saved Sub-GHz capture over BLE'. It specifies the mechanism (app-driven TX path, no direct RPC) and differentiates from alternatives like direct TX or infrared transmission, as implied by the sibling list.

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 provides clear context: it's the only way to transmit Sub-GHz (no direct RPC) and mentions region lock and legal band requirements. However, it does not explicitly contrast with sibling tools like transmit_infrared, leaving some ambiguity about when to choose this over other transmission methods.

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/pogorelov-labs/flipper-ble-mcp'

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