Skip to main content
Glama
freema

Firefox DevTools MCP

by freema

screencast_start

Start recording a video of the current page viewport, saving to a file in the downloads directory. Returns a recording ID for later stopping; supports multiple concurrent recordings.

Instructions

Start recording a screencast (video) of the current page viewport, saving the output to a file in the downloads directory. Returns a screencast id to pass to screencast_stop. Multiple recordings can run at once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNoWidth of the recorded video in pixels. Defaults to the viewport width.
heightNoHeight of the recorded video in pixels. Defaults to the viewport height.
contextNoId of the top-level browsing context to record. Defaults to the currently selected page.
mimeTypeNoMIME type of the output file. Defaults to "video/webm".
frameRateNoTarget frame rate of the recording, in frames per second.
Behavior3/5

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

Annotations only provide readOnlyHint=false. The description adds concurrency info (multiple recordings allowed) and that output is saved to downloads. However, it does not disclose limitations, permission needs, or behavior on failure. Sufficient 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?

Two sentences, concise, front-loaded with primary action. No redundant or unnecessary 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 no output schema, the description explains the return value (id). It covers the core functionality, concurrency, and destination (downloads). Missing details like file naming or size limits, but complete enough for typical use.

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 covers 100% of parameters with descriptions, so the baseline is 3. The tool description does not add extra parameter details beyond the schema, but it does mention that the returned id is used with screencast_stop, which is helpful context.

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 verb 'Start recording' and the resource 'screencast of the current page viewport'. It also explains the output (file in downloads, returns id) and distinguishes from sibling tools like screenshot_page and screencast_stop.

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 implies when to use (recording video of viewport) and mentions multiple recordings can run at once, but does not explicitly state when not to use or name alternatives. The context is clear enough for an agent to decide.

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/freema/firefox-devtools-mcp'

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