Skip to main content
Glama

screencast_start

Start recording a screencast of the current page viewport, saving the video to your downloads folder. Returns a screencast ID to stop the recording later.

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.
Behavior4/5

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

Beyond annotations (readOnlyHint=false), description adds that recording saves to a file, returns an ID, and supports multiple concurrent recordings. Does not mention potential performance impact or file overwrites.

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?

Three concise sentences, each providing essential information: action, output, ID usage, concurrency. No redundant text.

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, description adequately states return type. Parameters are fully covered in schema. Could mention file naming or overwrite behavior but not required.

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 100%, so baseline 3. Description does not add meaning beyond schema; it only implies viewport-related defaults but doesn't elaborate on parameter usage.

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 it starts recording a screencast of the viewport, saving to a file, and returns an ID. It distinguishes from sibling tools like screenshot_page (static image) and screencast_stop (stops recording).

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?

Explicitly mentions saving to downloads, returning an ID for stopping, and that multiple recordings can run at once. Does not explicitly state when not to use (e.g., for static screenshots), but sibling tools imply alternatives.

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

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