Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

move_nodes

Adjust node positions in a bridge structural model by specifying X, Y, and Z offsets to relocate selected nodes.

Instructions

    Move nodes by an offset (平移节点).

    Args:
        ids: Node ID(s) to move. Supports int, list, or range string '1to10'.
             (节点编号,支持整数、列表或范围字符串)
        offset_x: X-direction offset in model units (X方向偏移量)
        offset_y: Y-direction offset in model units (Y方向偏移量)
        offset_z: Z-direction offset in model units (Z方向偏移量)

    Example:
        move_nodes("1to10", offset_z=-0.5)  # Move nodes 1-10 down by 0.5m
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYes
offset_xNo
offset_yNo
offset_zNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.1

TDQS

A4/5.0
Behavior3/5

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

Annotations already indicate this is not read-only and not marked idempotent or destructive, so the description does not need to re-state those. It adds useful context about coordinate offsets and supported ID formats, but it does not disclose potential side effects, coordinate system assumptions, or failure behavior.

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?

The description is well-structured with a concise summary, parameter list, and example. The bilingual repetitions add some length but remain helpful for multilingual users and do not obscure the essential information.

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 relatively simple mutation tool, the description provides enough information to call it correctly: ID formats, all three offsets, default behavior via schema, and a representative example. It does not mention return values or error conditions, but those are not critical for a move operation.

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

Parameters5/5

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

Schema description coverage is 0%, so the description carries full responsibility for parameter meaning. It thoroughly explains each parameter: ids accepts int, list, or '1to10' range strings, and offset_x/y/z are defined as offsets in model units with a clear example.

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 begins with a clear verb and resource: 'Move nodes by an offset', which precisely distinguishes this translate operation from sibling tools like update_node, renumber_nodes, or merge_nodes. The bilingual label and example reinforce the exact behavior without ambiguity.

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 when nodes need to be translated by X/Y/Z offsets, and the example illustrates a concrete scenario. However, it does not explicitly address when to choose this tool over alternatives such as update_node, nor does it state exclusions or prerequisites.

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/SorataYang/qiao-mcp'

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