Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
jianying_doctorC

Check JianYing Pro, draft-root, FFmpeg, and the create-new safety boundary.

jianying_build_projectB

Compile one version-1 edit manifest into a NEW editable draft in a sandbox output root.

jianying_validate_projectC

Validate draft identity, timeline, materials, and local file references.

jianying_publish_projectA

Copy a validated NEW draft into JianYing's library. Refuses overwrite and requires JianYing closed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct stage: environment check, build, validate, and publish. No overlap in purpose or output.

Naming Consistency5/5

All names use the consistent prefix jianying_ followed by a clear action (doctor, build, validate, publish). Style is uniform and predictable.

Tool Count5/5

Four tools form a tight, well-scoped lifecycle for the server's purpose: checking prerequisites, building, validating, and publishing drafts. No redundancy or bloat.

Completeness5/5

The domain is a build-and-publish bridge for JianYing drafts. The four tools cover the full pipeline from environment check to final publication, with no obvious missing operations.

Maintenance

ActivityMaintained
ResponsivenessNo issues