Skip to main content
Glama

record_page

Opens a URL in a browser and records video or GIF for platforms like GitHub, Instagram, TikTok, YouTube, or custom dimensions. Returns a session ID to stop recording.

Instructions

Open a URL in a browser and start recording video. Returns a session ID. Call stop_recording when done.

Instead of specifying width/height, you can use the "platform" parameter:

  • "Record my app for GitHub README" → platform: "github" (1280×720, GIF)

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

  • "Record my app for TikTok" → platform: "tiktok" (1080×1920, MP4)

  • "Record my app for YouTube" → platform: "youtube" (1280×720, MP4)

  • "Record my app for YouTube Shorts" → platform: "shorts" (1080×1920, MP4)

  • "Record my app for Instagram post" → platform: "instagram" (1080×1080, MP4)

  • "Record my app for LinkedIn" → platform: "linkedin" (1080×1080, MP4)

  • "Record my app for Twitter" → platform: "twitter" (1280×720, MP4)

Or pass custom width/height for any other size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to open and record
widthNoViewport width in pixels (auto-set if platform is specified)
heightNoViewport height in pixels (auto-set if platform is specified)
platformNoTarget platform: github, readme, youtube, reels, instagram, tiktok, shorts, linkedin, twitter
Behavior4/5

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

No annotations provided, but the description honestly conveys that it starts recording and returns a session ID, and reminds to call stop_recording. Does not cover authentication or resource consumption, but adequate for a recording tool.

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 concise, well-structured with a list of platform options, and front-loaded with the main action. Every sentence adds value without unnecessary verbosity.

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, it explains the return value (session ID) and includes usage guidance. It could contrast with siblings like record_and_export, but overall provides sufficient context for an agent.

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

Parameters5/5

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

Schema coverage is 100%, and the description adds significant value by explaining the platform parameter with concrete examples and size mappings. It also clarifies that width/height are auto-set when platform is specified, and custom sizes are possible.

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 'Open a URL in a browser and start recording video. Returns a session ID.' It distinguishes from siblings like interact_page and stop_recording by specifying the action of starting a 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?

It instructs to 'Call stop_recording when done' and provides examples for platform usage. It does not explicitly mention when not to use or alternatives, but the context is clear.

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