Skip to main content
Glama
ozekimasaki

Inochi Creator MCP

by ozekimasaki

creator_set_node_transform

Set a node's local translation, rotation, and scale, with optional z-sort offset. Unspecified axes remain unchanged.

Instructions

Set a node's local translation, rotation (radians), and/or scale. Unspecified axes are left unchanged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesNode UUID
scaleNoLocal scale [x, y]
zsortNoZ-sort offset
rotationNoLocal Euler rotation in radians [x, y, z]
translationNoLocal translation [x, y, z]
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. It discloses useful behavioral traits (unspecified axes are left unchanged, rotation units) but omits the zsort property and provides no details about return values, errors, or side effects. This is partially transparent but incomplete.

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, well-structured sentence with no unnecessary repetition or fluff. It is front-loaded with the action and resource, making it easy to parse.

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?

For a simple setter tool with no output schema and no annotations, the description is adequate but not fully complete. It does not mention the zsort parameter, which is part of the input schema, and omits any information about return values or failure modes. Still, the core functionality is clear and the schema covers parameter details.

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

Parameters4/5

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

The schema already describes each parameter with 100% coverage, but the description adds value by explaining the partial-update semantics (unspecified axes unchanged), which is not evident from the schema alone. This clarifies how the arrays behave when partially provided.

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's purpose with a specific verb ('Set') and resource ('a node's local translation, rotation, and/or scale'), distinguishing it from sibling tools like creator_set_parameter or creator_set_node_enabled. It also clarifies units (radians) and partial-update behavior.

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?

The description implies usage for setting transform properties but does not explicitly state when to use this tool vs alternatives or what conditions apply. There is no mention of prerequisites or exclusions, so an agent must infer the appropriate context from the tool name and description.

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/ozekimasaki/inochi-creator-mcp'

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