Skip to main content
Glama
yairhdz24

flipper-mcp

by yairhdz24

flipper_list_dir

List files and directories on a Flipper Zero by path, using /ext for SD card or /int for internal flash. Optionally include MD5 hashes for files.

Instructions

List files and directories at a path (use /ext for SD card, /int for internal flash).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo/ext
include_md5No
Behavior3/5

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

With no annotations, the description must carry the behavioral burden. It states the core listing behavior and path aliases, but it does not disclose behavior around the optional include_md5 flag, whether the listing is recursive, or error handling. This is adequate but not rich.

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 a single, front-loaded sentence with no filler. It states the action and immediately provides the most important path conventions, earning every word.

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 simple listing tool with two optional parameters and no output schema, the description gives enough orientation but leaves gaps: no mention of include_md5, return format, or path edge cases. It is minimally viable but not fully complete.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It adds useful meaning for the path parameter via /ext and /int examples, but it completely ignores include_md5, leaving its semantics and implications undocumented.

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 action ('List') and the resource ('files and directories at a path'), and the path examples make the tool's scope concrete. This distinguishes it from siblings like flipper_read_file or flipper_stat.

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 parenthetical gives clear context on path usage (/ext for SD card, /int for internal flash), which helps the agent know what values to provide. It does not explicitly mention alternatives or exclusions, but the guidance is sufficient for a straightforward listing tool.

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