Skip to main content
Glama

配布用パッケージ (zip) の作成

package_scripts

Bundle AviUtl2 scripts into a distribution zip, preserving subfolder layout for direct extraction to ProgramData\aviutl2\Script. Optionally include specific files or a README.

Instructions

C:\ProgramData\aviutl2/Script/MCP 内のスクリプトを配布用 zip にまとめる。zip 内は「解凍して ProgramData\aviutl2\Script に入れる」構成 (サブフォルダ付き)。files を省略すると管理フォルダ内の全ファイルを含める。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filesNo含めるファイル名 (省略時は全て)
readmeNo同梱する README.txt の内容
folder_nameNozip 内のフォルダ名 (Script 直下に置かれる名前)MCP
output_pathYes出力する zip の絶対パス (.zip)
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It explains the internal zip structure (extract and put into Script, with subfolders) and the default inclusion of all files if 'files' is omitted. This provides useful context about side effects and output format, though it does not cover all edge cases (e.g., overwriting existing output).

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 two sentences, front-loaded with the primary action, and every sentence contributes meaning. The first sentence states the source and action, the second clarifies the output structure and default behavior. No redundant or unnecessary text.

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

Completeness4/5

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

For a tool with four parameters and no output schema, the description covers the main aspects: source folder, action, zip structure, and default file inclusion. It is adequate for an agent to select and invoke the tool, though it omits potential edge cases like error handling or existing output file behavior, which are not critical for basic use.

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?

The input schema provides 100% coverage with descriptions for all four parameters. The description adds high-level context about the output structure and default behavior, but it does not provide additional per-parameter semantics beyond what the schema already includes. Thus, baseline 3 is appropriate.

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 states a specific verb ('まとめる' / bundle) and resource (scripts in a specific folder) into a distribution zip. It clearly differentiates from sibling tools like install_script/uninstall_script by focusing on creating a package rather than installing/uninstalling.

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

Usage Guidelines4/5

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

The description clearly indicates the tool's purpose and when it is relevant: to create a distributable zip from the managed folder. It does not explicitly mention alternatives or exclusions, but the context is clear enough that an agent would know to use this when packaging scripts rather than installing them.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sima05020/aviutl2-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server