Skip to main content
Glama

Ase Cut Selection

ase_cut_selection

Copies the selected area from a sprite frame to the clipboard and clears it from the cel, enabling cut-and-paste edits.

Instructions

Copy the selection to the clipboard and clear it in the cel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
frameNo
layerNo
sprite_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does reveal the destructive aspect by stating it clears the cel, which is important, but it omits prerequisites such as needing an active selection, whether the selection itself is preserved, and what happens on error or empty selection.

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 sentence with no filler. The core action and target are front-loaded, making it easy for an agent to parse quickly.

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?

For a mutating tool with no annotations, undocumented parameters, and a large sibling list, this is under-specified. It does not distinguish itself from ase_copy_selection, explain layer/frame defaults, or mention prerequisites, even though an output schema may cover return values.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain any of the three parameters: sprite_path, frame, or layer. The word 'cel' only weakly hints at frame/layer context but gives no meaning, defaults, or usage details.

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 and resource: 'Copy the selection to the clipboard and clear it in the cel.' This clearly conveys cut semantics and distinguishes it from the sibling ase_copy_selection, which only copies.

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

Usage Guidelines3/5

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

There is no explicit guidance about when to use this tool instead of ase_copy_selection or ase_clear_cel. The intended usage is implied by the wording, but no alternative or exclusion is mentioned.

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

Deploy Server

Other Tools