Skip to main content
Glama

flipper_screen_record

Read-only

Capture a sequence of screen frames from your Flipper Zero, with optional key presses between frames, to review animations and transitions in a grid or separate images.

Instructions

Capture a run of frames, optionally pressing keys between them, so animations and screen transitions can be reviewed rather than a single still. Holds one screen stream open for the whole capture.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keysNoCycled through, one press per frame
portNoSerial port (e.g. COM7, /dev/ttyACM0). Omit when one Flipper is attached.
scaleNo
framesNo2-24
layoutNo'sheet' tiles frames into one grid image; 'frames' returns each separatelysheet
columnsNoGrid columns for layout=sheet
paletteNoflipper
intervalNoSeconds between frames
Behavior4/5

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

Annotations already provide readOnlyHint=true and destructiveHint=false, so the agent knows it's a safe read. The description adds beyond this by noting that the tool holds one screen stream open for the entire capture, which is a behavioral trait not covered by annotations.

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, front-loaded with the primary action and purpose. Every word adds value, no 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?

The description explains the purpose and key behaviors (holding stream, pressing keys). It does not describe the output format, but the schema's layout parameter covers the return structure (sheet vs frames). Given no output schema, this is adequate but not fully comprehensive.

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 description coverage is 75%, so most parameters are already documented (keys, port, frames, layout, columns, palette, interval). The description does not add new information about individual parameters but provides general context. Baseline of 3 is appropriate as the schema does most of the work.

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 states a specific verb ('Capture') and resource ('run of frames'), and explicitly contrasts with single still screenshots, distinguishing it from sibling tool flipper_screenshot.

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 implicitly guides usage by stating the tool is for reviewing animations and screen transitions rather than a single still, implying use when multiple frames are needed. It does not explicitly exclude other scenarios, but the context is clear.

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