Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

update_element_beta

Change the beta angle for one or more beam or truss elements to set their local axis orientation. Specify element IDs and the new angle in degrees.

Instructions

    Change the beta angle of one or more elements (修改单元贝塔角).

    The beta angle controls the local axis orientation of a beam/truss element.
    贝塔角控制单元局部坐标系方向。

    Args:
        ids: Element ID(s). Supports int, list, or range string.
             (单元编号,支持整数、列表或范围字符串)
        beta: New beta angle in degrees (新贝塔角,单位:度)

    Example:
        update_element_beta("1to10", beta=90)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYes
betaYes

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 idempotent. The description adds useful domain context by explaining that beta angle controls local axis orientation, but it does not disclose side effects, limitations, or what happens to existing orientation settings. It is adequate for a simple setter but not rich in behavioral detail.

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-organized with a summary, domain explanation, Args section, and example. The bilingual content adds some redundancy but remains compact and useful. Every section contributes directly to correct invocation.

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 two-parameter mutating tool with no output schema, the description is nearly complete: it defines both parameters, gives supported types, units, and a concrete example. It does not describe error behavior or effects on existing orientations, but those are not essential for basic invocation.

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 fully carries the parameter documentation burden. It explains that ids supports int, list, or range string ('1to10'), and that beta is in degrees. The example further clarifies usage, making both parameters actionable despite the minimal schema.

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 verb and resource: 'Change the beta angle of one or more elements.' It also explains what beta angle controls (local axis orientation), distinguishing this tool from generic element updates like update_element, update_element_section, or update_element_material. The scope is unambiguous.

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 intended use is implied by the description: use this tool when you need to modify element beta angles. However, it does not explicitly mention alternatives or say when not to use this tool, such as when updating other element properties like section, material, or nodes.

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