Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ACEDATACLOUD_API_TOKENYesYour Ace Data Cloud API token. Get one from https://platform.acedata.cloud/console/applications

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
maestro_get_taskA

Get live progress and final outputs for one Maestro video task.

maestro_create_videoA

Create a complete video or iterate on a prior Maestro video.

The call returns immediately with a task_id. Use maestro_get_task to monitor progress and obtain
each completed language variant's output_url, captions_url, cover_url, duration, and QC score.

Prompts

Interactive templates invoked by user choice

NameDescription
maestro_video_workflowExplain the recommended Maestro workflow.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct responsibilities: one creates/submits a video task and the other retrieves its progress/output. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow the same `maestro_<verb>_<noun>` pattern, using consistent snake_case and clear action words. The naming convention is uniform and predictable.

Tool Count4/5

Two tools is minimal but works well for a focused async create-and-poll workflow. It is slightly under the typical well-scoped range, but each tool serves a necessary and distinct role.

Completeness4/5

The core lifecycle of creating a video and retrieving its results is covered. Missing task management operations like listing, canceling, or deleting tasks are minor gaps for this narrow domain.

Maintenance

ActivityActive
ResponsivenessNo issues