Skip to main content
Glama

delimit_screen_record

Record screen captures in two modes: browser (Chromium session to MP4) or terminal (script run to GIF and MP4).

Instructions

Record a screen capture (Pro).

Two modes:

  • browser: Records a Chromium browser session visiting a URL (1080p MP4)

  • terminal: Records a terminal session running a script (GIF + MP4)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo"browser" or "terminal"browser
urlNoURL to visit (browser mode only)
nameNoOutput filename (without extension)recording
durationNoRecording duration in seconds (max 120)
scriptNoShell script to run (terminal mode only). If empty, records idle terminal.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description partially covers behavior by stating output formats and resolution (1080p MP4, GIF+MP4). However, it omits side effects, resource impact, authentication needs, and the 'Pro' label is vague. Constraints like max duration (120s) are only in the schema.

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 extremely concise with two sentences and bullet points. It is front-loaded with the main purpose and efficiently conveys mode options without unnecessary detail.

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 the tool complexity (5 parameters, output schema present), the description adequately covers the primary functionality and modes. However, it lacks details about file output location, the 'Pro' implications, and potential errors. The output schema likely fills some gaps.

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 value by explaining the two modes and their specific outputs (e.g., browser: visiting URL; terminal: running script), which enriches the schema definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it records a screen capture with two modes (browser and terminal), each with distinct output formats. It differentiates from the sibling 'delimit_screenshot' by implying video recording, but does not explicitly call out the distinction.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool over alternatives, nor when to choose browser vs terminal mode. Missing exclusions or context for appropriate invocation.

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