Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WAN3_APP_BASE_URLNoOptional environment variable for the WAN-30.video app base URL.https://wan-30.video

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
build_wan3_video_promptA

Assemble a copy-ready text-to-video or image-to-video prompt from subject, action, scene, camera, lighting, audio, reference roles, and exclusions without calling a model.

plan_wan3_shot_sequenceA

Turn one to six short shots into a timeline and continuity checklist, reporting when shot durations do not match the requested clip length.

diagnose_wan3_video_promptB

Check prompt clarity and WAN-30.video's currently displayed duration, resolution, reference-count, end-frame, and audio boundaries without submitting generation.

get_wan3_video_resourcesB

Return canonical WAN-30.video creation, guide, pricing, and policy resources without fetching external content.

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 4 tools

Disambiguation5/5

Each tool serves a clearly distinct phase: fetching resources, building a prompt, planning shot sequences, and diagnosing prompt constraints. Although build and diagnose both relate to prompts, their actions and outputs are clearly separated by the descriptions.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern with a shared wan3_video namespace. The convention is predictable across all four tools.

Tool Count5/5

Four tools is well-scoped for a focused prompt-assistance server. Each tool covers a meaningful part of the prompt workflow without unnecessary overlap or bloat.

Completeness4/5

The surface covers resource lookup, prompt assembly, shot planning, and prompt diagnosis, which are the core needs for a WAN 3.0 prompt tool. Minor gaps exist around iterative refinement, saving, or exporting generated prompts, but the core workflow is supported.

Maintenance

ActivityMaintained
ResponsivenessNo issues