Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOREMOTION_HEADLESSNoWhether to run the browser headless. Keep false for the initial interactive Google sign-in and the normal ad-supported generation path.false
LOREMOTION_PROFILE_DIRNoDirectory where the persistent browser profile is saved and reused for the authenticated LoreMotion session..loremotion-profile
LOREMOTION_DOWNLOAD_DIRNoDirectory where generated videos and probe screenshots are downloaded.
LOREMOTION_SESSION_MODENoSession mode. Use 'persistent' for the Google-authenticated mode; 'anonymous' is available for diagnostics.persistent
LOREMOTION_SELECTORS_JSONNoOptional JSON string mapping tool actions to CSS selectors, used to override UI selectors without changing source code.
LOREMOTION_BROWSER_CHANNELNoPlaywright browser channel to use, typically 'chrome'.chrome
LOREMOTION_H3_DEFAULT_DURATIONNoDefault duration in seconds for MiniMax H3 video generation.5
LOREMOTION_LTX_DEFAULT_DURATIONNoDefault duration in seconds for LTX 2.5 video generation.10
LOREMOTION_GENERATION_TIMEOUT_MSNoTimeout in milliseconds for video generation requests.600000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
loremotion_auth_statusA

Check whether the current LoreMotion browser session appears signed in and report whether it is persistent or anonymous.

loremotion_generate_videoB

Generate a LoreMotion video through the website. Supports a persistent signed-in session or an explicit anonymous ephemeral session. The free ad-supported flow is allowed to run normally; this tool does not bypass ads or site limits.

loremotion_list_historyB

List recent signed-in LoreMotion history/dashboard items, which are normally retained for 48 hours on the free account.

loremotion_download_videoB

Download a generated MP4 using a video URL or LoreMotion share URL and return the local file path.

loremotion_probe_uiA

Inspect the current LoreMotion UI labels/fields and save a screenshot. Useful when the website changes and selectors need adjustment.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

Each tool addresses a distinct concern: history listing, video download, UI probing, auth status, and video generation. No overlap or ambiguity between purposes.

Naming Consistency5/5

All tools follow the consistent 'loremotion_verb_noun' pattern, making the set predictable and easy to navigate.

Tool Count5/5

Five tools is well-scoped for the server's purpose: covering authentication, generation, retrieval, and maintenance without unnecessary bloat.

Completeness4/5

Core workflow (generate, download, list history) is covered, plus auth and UI probing for robustness. Minor gaps like video deletion or status polling are not essential for the stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues