Skip to main content
Glama

record_and_export

Record a webpage and export as GIF or MP4, with presets that automatically set dimensions and format for platforms like GitHub, YouTube, Instagram Reels, and TikTok.

Instructions

All-in-one: open URL, wait for specified duration, stop recording, auto-export to the right format.

Use the "platform" parameter and we handle everything:

  • "Record a demo for my GitHub README" → platform: "github" → 1280×720 GIF

  • "Record my app for Instagram Reels" → platform: "reels" → 1080×1920 MP4

  • "Make a TikTok demo" → platform: "tiktok" → 1080×1920 MP4

  • "Record for YouTube" → platform: "youtube" → 1280×720 MP4

Or pass custom width/height/outputFormat for full control.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to record
widthNoViewport width (auto-set if platform specified)
gifFpsNoGIF frame rate (only for GIF output)
heightNoViewport height (auto-set if platform specified)
gifWidthNoGIF width (only for GIF output, height auto-scaled)
platformNoTarget platform: github, readme, youtube, reels, instagram, tiktok, shorts, linkedin, twitter — auto-sets size + format
outputFormatNoOutput format (auto-set if platform specified)
durationSecondsNoHow long to record (default 5 seconds)
Behavior4/5

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

With no annotations, the description carries the full burden. It explains the core flow (open, wait, stop, export) and auto-configuration based on platform. Missing details include whether recording starts immediately after opening the URL and what 'wait' entails precisely.

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 very concise: a two-sentence summary followed by bullet examples. Every sentence is essential, front-loaded, and easy to scan.

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 complexity (8 parameters, platform presets, auto-configuration), the description covers the workflow and parameter relationships well. It lacks details about return values or side effects (no output schema), but still delivers a solid understanding.

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%, baseline 3. The description adds value by explaining how platform values map to dimensions and format, and clarifies that gifFps/gifWidth apply only to GIF output, going beyond the schema descriptions.

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 tool as an all-in-one solution that opens a URL, waits, stops recording, and auto-exports. It provides specific platform examples (GitHub, Reels, TikTok, YouTube) and contrasts with sibling tools like record_page and smart_export.

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 explicitly guides when to use the tool (for combined recording and export with platform presets) and offers an alternative path via custom parameters. However, it does not explicitly name sibling tools for scenarios like separate record/export steps.

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/mcpware/pagecast'

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