Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

update_element_nodes

Replace the endpoint nodes of a structural element to correct or modify its connectivity within a bridge analysis model.

Instructions

    Replace the end nodes of an element (修改单元端节点).

    Args:
        element_id: Element ID to modify (待修改的单元编号)
        node_i: New I-end node ID (新I端节点号)
        node_j: New J-end node ID (新J端节点号)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_iYes
node_jYes
element_idYes

Schema Changelog

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

  1. First observedv0.3.1

TDQS

B3/5.0
Behavior2/5

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

The description only states that end nodes are replaced, without explaining side effects such as element connectivity changes, validation requirements, whether existing node references are checked, or how the model is affected. Annotations indicate this is a mutable but not explicitly destructive operation, but the description adds little behavioral context beyond that.

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 compact and front-loaded with the main purpose. The bilingual argument list is somewhat repetitive but serves to clarify meaning. Every sentence contributes useful information, and there is no significant padding or irrelevant detail.

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?

This is a mutation tool with no output schema, no return value description, and minimal behavioral context. An agent cannot know whether the operation succeeds silently, whether node IDs must already exist, whether replacing nodes invalidates the element, or what is returned. For a modeling operation with potential structural consequences, this is incomplete.

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?

Schema description coverage is 0%, so the description carries the burden of explaining parameters. It does provide meaningful semantics for all three arguments: element_id is the element to modify, node_i is the new I-end node, and node_j is the new J-end node. This compensates well for the bare integer schemas, though it omits constraints such as node existence or element compatibility.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the operation as replacing the end nodes of an element, with a specific verb and resource. It distinguishes this from generic update_element or update_node tools by specifying I-end and J-end node replacement, though it does not explicitly contrast with sibling tools.

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 is provided on when to use this tool versus alternatives such as update_element, update_node, renumber_nodes, or move_nodes. The description does not state prerequisites, context, or exclusions, leaving the agent to infer appropriate usage from the tool name and argument list.

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