Skip to main content
Glama

delimit_screen_record

Record a browser window or terminal session as a video for documentation, demos, or audit evidence. Captures up to 120 seconds of screen activity.

Instructions

Record a screen capture (browser or terminal session) (Pro).

When to use: to capture a video for documentation, demo, or audit evidence over a fixed window. When NOT to use: for a single still (use delimit_screenshot).

Sibling contrast: delimit_screenshot is one frame; this is a duration-bound recording.

Side effects: launches headless Chromium (browser mode) or a terminal subprocess (terminal mode), writes MP4 (browser) or GIF

  • MP4 (terminal) under ~/.delimit/recordings/. Gated by require_premium. Duration is capped at 120 seconds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo"browser" (default) or "terminal".browser
urlNoURL to visit (browser mode only).
nameNoOutput filename without extension. Default "recording".recording
durationNoRecording duration in seconds. Max 120. Default 30.
scriptNoShell script to run (terminal mode only). Empty = idle terminal capture.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description bears the full burden. It discloses side effects: launches headless Chromium or terminal subprocess, writes MP4/GIF files under ~/.delimit/recordings/, gated by require_premium, and duration capped at 120s. This is comprehensive, though it could mention if files overwrite or if the operation is cancellable.

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 highly concise and well-structured with clear sections: purpose, when-to-use, when-not-to-use, sibling contrast, and side effects. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (screen recording with multiple modes and parameters) and presence of an output schema, the description covers input, side effects, output files, and usage constraints (Pro, duration cap). It is complete enough for an agent to determine when and how to invoke the tool.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds context beyond the schema by explaining that script is for terminal mode only, and that there are two modes (browser/terminal). It also mentions file outputs per mode. This adds meaningful value for parameter understanding.

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 'Record a screen capture' with a specific verb and resource. It distinguishes from sibling tool delimit_screenshot by noting it captures video over a duration, not a single still.

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?

Explicitly provides when to use (capture video for documentation, demo, audit) and when NOT to use (single still - use delimit_screenshot), giving clear context and alternative.

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/delimit-ai/delimit-mcp-server'

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