Skip to main content
Glama

create_review_link

Generate a private shareable link for client video review. Clients watch the video and click Approve or Request Changes—no account required. Get a URL to email or DM.

Instructions

After assembling a video, generate a private shareable review link for a client. The client opens the link in their browser — no account required — sees the video in a premium 'Private Review Room', and clicks Approve or Request Changes. Returns the review URL to paste into an email or DM.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pinNoOptional 4-digit PIN the client must enter before viewing the review.
metadataNoOptional context shown in the review room: caption, hook_text, style, format, platform_targets.
output_pathYesThe local file path or public URL of the rendered MP4 — e.g. the path returned by create_video_assembly.
expires_hoursNoHow many hours until the link expires (default: 168 = 7 days).
Behavior4/5

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

With no annotations provided, the description carries the full burden of disclosing behavior. It explains the no-account-required client experience, the Approve/Request Changes options, and that a URL is returned. This is substantial added context, though it stops short of mentioning side effects like link expiration mechanics or prerequisites beyond assembling the video.

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?

Two sentences deliver a complete workflow: trigger condition, steps, client interaction, and the returned artifact. Information is front-loaded and every clause earns its place without redundancy.

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?

For a tool with no output schema, the description clearly states the return value ('Returns the review URL'). It covers the client-facing flow and the setup step, which is sufficient for basic usage. However, it omits details like what happens when the video isn't ready, link expiration defaults (though in schema), or how to check review status, which is delegated to a sibling tool and need not be in this description.

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 description coverage is 100%, so the baseline is 3. The description adds marginal value by linking output_path to create_video_assembly and noting that metadata is 'shown in the review room', but does not elaborate on parameter formats or behaviors that the schema already documents. It does not compensate beyond the schema's existing 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 uses a specific verb ('generate') and resource ('private shareable review link') with a clear trigger condition ('After assembling a video'). It clearly distinguishes from sibling tools by describing the client-facing review flow (Preview Room, Approve/Request Changes), which is unique among the listed tools.

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 phrase 'After assembling a video' establishes a clear sequencing context, and the note that output_path should be 'the path returned by create_video_assembly' explicitly ties usage to a prior tool. However, it does not mention when not to use this tool (e.g., for internal review, or if public sharing is needed), so it lacks explicit exclusions.

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/AI-Product-Allen-Yu/viralspin-mcp'

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