Skip to main content
Glama
yairhdz24

flipper-mcp

by yairhdz24

flipper_cli

Run any Flipper Zero CLI command and return its text output. For non-streaming commands like help, info, storage list. Streaming commands require flipper_cli_stream.

Instructions

Run any Flipper CLI command and return its text output.

Examples: "help", "info device", "top", "free", "loader list", "storage list /ext", "gpio read PC0", "led g 255". Streaming commands (log, subghz rx, ir rx) will be cut off at the timeout — use flipper_cli_stream for those instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandYes
timeout_secondsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses a key behavioral trait: streaming commands will be cut off at the timeout, and that output is text-based. However, it does not warn about potentially destructive commands that could be run via 'any' CLI command, which is a notable omission for a generic command executor.

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 well-structured with a clear first sentence, useful examples, and a critical caveat. It is slightly longer than necessary due to the list of examples, but every element adds value. The information is front-loaded with the main purpose and then the important exclusion.

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?

As a generic tool with no annotations and no visible output schema, the description does a good job covering the main behavior, output format, timeout caveat, and relationship to a key sibling. It does not mention connection prerequisites or error handling, but given the tool's broad scope and the presence of dedicated sibling tools for many specific functions, this is a minor gap. The description is complete enough for effective tool selection.

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 has 0% description coverage, so the description must compensate. It adds meaning to the 'command' parameter through numerous examples, but the 'timeout_seconds' parameter is only implied via the phrase 'cut off at the timeout' and is never explicitly explained in terms of units, effect, or configuration. The schema's default and title help, but the description leaves the timeout parameter's semantics partially inferred.

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 with a specific verb+resource: 'Run any Flipper CLI command and return its text output.' It also distinguishes itself from sibling tools by naming flipper_cli_stream as the alternative for streaming commands, and provides concrete examples that illustrate the range of commands it can execute.

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

Usage Guidelines5/5

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

The description gives explicit usage guidance: it provides multiple examples of appropriate commands, and explicitly states when not to use the tool ('Streaming commands ... use flipper_cli_stream for those instead'). This is a clear when/when-not with a named alternative, satisfying the highest bar.

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/yairhdz24/flipper-mcp'

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