Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

add_traffic_lane

Add a traffic lane to a bridge model for moving load analysis, using an existing influence plane and node tandem to define lane geometry, offset, width, and travel direction.

Instructions

    Define a traffic lane line for moving load analysis (添加车道线).

    STEP 3 of the moving load workflow. Requires an influence plane
    and a node tandem created beforehand.

    Args:
        name: Lane name (车道线名称, e.g. "车道1")
        influence_name: Influence plane name (影响面名称)
        tandem_name: Node tandem name (节点纵列名)
        offset: Lateral offset from the tandem in meters (横向偏移,单位m)
        lane_width: Lane width in meters (车道宽度,单位m), typical 3.1~3.75
        optimize: Allow vehicle lateral wandering (是否允许车辆摆动)
        direction: Travel direction (行车方向): 0=forward(向前), 1=backward(向后)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
offsetNo
optimizeNo
directionNo
lane_widthNo
tandem_nameYes
influence_nameYes

Schema Changelog

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

  1. First observedv0.3.1

TDQS

A4.4/5.0
Behavior3/5

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

Annotations provide only false hints, so the description carries the burden of behavioral context. It adds useful information about prerequisites and workflow position, but does not describe side effects, failure behavior, or whether existing lanes with the same name are replaced. This is adequate but not rich.

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 well-structured: a one-sentence purpose, a workflow-position sentence, and a compact parameter list with relevant details. Every line adds value, and the most important context (purpose and prerequisites) appears before the parameter details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 7-parameter tool with no output schema, the description covers the workflow step, dependencies, all parameter semantics, and typical usage values. An agent has enough information to invoke the tool correctly and understand where it fits in the moving load analysis workflow.

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?

Despite the input schema having 0% parameter descriptions, the tool description thoroughly documents all seven parameters: names, Chinese translations, units, examples, typical values for lane_width, and explicit meanings for optimize and direction. This fully compensates for the schema's lack of descriptions.

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 opens with a specific verb and resource: 'Define a traffic lane line for moving load analysis.' It also explicitly identifies itself as 'STEP 3 of the moving load workflow,' distinguishing this tool from related siblings like add_influence_plane, add_node_tandem, and add_standard_vehicle.

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

Usage Guidelines4/5

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

The description clearly states when to use the tool ('STEP 3 of the moving load workflow') and the required prerequisites: 'Requires an influence plane and a node tandem created beforehand.' It does not explicitly state when not to use it or name alternatives, but the workflow placement and prerequisites give clear contextual guidance.

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