Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENART_HEADLESSNoSet to false to see the browser during automationtrue
OPENART_STORAGE_STATENoPath to Playwright session JSON~/.openart-mcp/auth.json

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
openart_list_charactersA

List all characters/avatars in the user's OpenArt account.

openart_get_characterA

Get details for a specific OpenArt character by ID.

openart_create_characterA

Create a new OpenArt character from an image. Provide name, local image path, optional background story, optional voice ID.

openart_generate_videoA

Generate a video using an existing OpenArt character speaking a script.

openart_get_video_statusB

Check the rendering status and URL of an OpenArt video by ID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: creating a character, generating a video, fetching character details, checking video status, and listing characters. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent 'openart_verb_noun' pattern (e.g., openart_create_character, openart_list_characters), with verbs in imperative form and nouns clearly indicating the resource.

Tool Count5/5

With 5 tools, the set is well-scoped for managing OpenArt characters and videos. Each tool earns its place, covering essential operations without unnecessary bloat.

Completeness4/5

The set covers the core workflow: character creation, retrieval, listing, video generation, and status checking. Missing update and delete operations for characters are minor gaps that agents can work around.

Maintenance

ActivityInactive
ResponsivenessNo issues