Skip to main content
Glama

jianying_build_project

Compile a version-1 edit manifest into a new editable JianYing Pro draft within a sandbox output root, preventing overwrites of existing projects.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
output_rootYes
manifest_pathYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It discloses that a new editable draft is created in a sandbox, implying non-destructive behavior and isolation. However, it does not mention side effects like overwriting existing outputs, required permissions, or reversibility, leaving gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no fluff. It conveys the core action and destination efficiently, making it easy to scan.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is too minimal for a build tool with no annotations or output schema. It omits return values, error conditions, and the relationship to sibling tools. An agent lacks enough context to know when to invoke it in a workflow or what to expect as a result.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must compensate. It implies that manifest_path is the input manifest and output_root is the destination, adding meaning beyond bare parameter names. Yet it does not explain parameter formats, constraints, or how they interact, leaving some ambiguity.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action: compile a version-1 edit manifest into a new editable draft in a sandbox output root. It names the resource, the transformation, and the destination, which distinguishes it from siblings like validate, publish, or doctor.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus its siblings. It does not mention alternatives, prerequisites, or any conditions for selection. An agent would have to infer usage from the verb 'build' without explicit direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.