Skip to main content
Glama

l2_batch_process

Apply batch texture operations like grayscale, invert, brightness, contrast, resize, blur, or sharpen to all textures in a .utx package.

Instructions

Apply a batch operation to all textures in a package (grayscale, invert, brightness, contrast, resize, blur, sharpen).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
outputNoOutput .utx path. Auto-generated if empty.
paramsNoOperation parameters. brightness/contrast: factor (default 1.5), resize: scale (default 0.5), blur: radius (default 2).
filepathYesAbsolute path to the source .utx file.
operationYesOperation: grayscale, invert, brightness, contrast, resize, blur, sharpen.
Behavior2/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It does not state whether the operation modifies the original file or creates a new one, nor does it mention idempotency, authorization needs, or side effects. The output path parameter hints at a new file, but this is not explicit.

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

Conciseness4/5

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

A single sentence that is clear and direct. While it could be slightly restructured to separate the operation list, it remains concise and front-loaded. No superfluous information.

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

Completeness3/5

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

Given the absence of an output schema and the presence of a nested parameter object, the description is somewhat incomplete. It does not explain the behavior of the tool (e.g., whether it overwrites or creates new files) or provide examples of parameter usage. However, it covers the core functionality adequately.

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 description coverage is 100%, so the schema already documents each parameter. The description adds a brief list of operations but provides no new semantic meaning beyond the schema definitions. It does not explain how to use nested params effectively.

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 the tool applies a batch operation to all textures in a package and lists the specific operations. This distinguishes it from sibling tools like l2_extract_texture (single texture) and l2_batch_import_textures (importing).

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?

No guidance on when to use this tool versus alternatives. The description implies batch processing but does not specify prerequisites, limitations, or when other tools might be more appropriate. Given many sibling tools, explicit when-to-use/when-not-to-use would help.

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/Hysteria-xyz/l2-modding-mcp'

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