Skip to main content
Glama

before_after_reel

Animate a before→after transformation (e.g. empty room → staged) into a social-ready reveal video from two frames. Costs credits from the user's Pixly balance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNo9:16
afterR2PathNoR2 path of the end frame — the alternative to afterImageUrl.
revealStyleNoHow the transformation is revealedsmooth
videoIntentNostaging_reveal
beforeR2PathNoR2 path of the start frame — the alternative to beforeImageUrl.
afterImageUrlNoEnd frame (e.g. the staged result) — https URL or data: URI
beforeImageUrlNoStart frame (e.g. the empty room photo) — https URL or data: URI
durationSecondsNo

TDQS

A4.1/5.0
Behavior4/5

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

The description adds a behavioral detail beyond the annotations by stating it 'Costs credits from the user's Pixly balance.' This is useful context for a mutation-like operation. It does not describe job persistence or return behavior.

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 two concise sentences, front-loaded with the core action and deliverable. Every sentence contributes meaningful information without filler.

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

Completeness3/5

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

Given the tool has 8 parameters and no output schema, the description covers the primary purpose and cost but omits operational details such as job ID, return format, or async behavior. It is adequate but not fully complete.

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?

With 63% schema description coverage, many parameters (beforeImageUrl, afterImageUrl, revealStyle, videoIntent, etc.) are already documented. The description's 'two frames' loosely maps to the before/after parameters but offers no additional parameter-level meaning or selection guidance.

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 ('Animate') and names a clear deliverable (a 'social-ready reveal video'). The example 'empty room → staged' and the mention of 'two frames' distinguish it from sibling tools like virtual_staging or day_to_night.

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 example 'empty room → staged' provides a clear use case, and 'from two frames' defines the input requirements. However, it does not explicitly state when not to use it or mention alternative tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool targets a distinct action or resource: photo enhancement, decluttering, staging, day/night conversion, sign placement, video creation, uploads, job checking, credit balance, and library listing. Even related tools like cinematic_motion and before_after_reel have clear differences (single image vs. two frames). No genuine overlap exists.

Naming Consistency3/5

Most tools follow a clear verb_noun pattern (declutter_photo, enhance_photo, get_job, list_library), but several use noun phrases (cinematic_motion, virtual_staging, before_after_reel, day_to_night). This mixed convention is still readable but not perfectly uniform.

Tool Count5/5

With 13 tools, the server covers a wide range of real-estate media operations without being bloated. Each tool serves a specific need, and the count is well within the typical 3-15 range for a purpose-built server.

Completeness4/5

The tool surface covers the main workflows: photo enhancement, staging, editing, video creation, uploads, library viewing, job status, and credit management. Minor gaps exist like no delete/update for library items, but these are not critical for the core real-estate editing use case.

Resources