Skip to main content
Glama
xiuchuan666

revit-tunnel-mcp

by xiuchuan666

创建盾构隧道独立管片

create_tunnel_segments
Idempotent

Create independent tunnel segment families in Revit from a preview token, preserving existing elements.

Instructions

使用预览令牌在当前 Revit 项目中为每块管片创建独立族构件;不删除或覆盖已有元素。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYes确认创建时必须为 true
batch_idNo批次标识;不填时由几何参数确定性生成
layout_idNo管片布局标识,默认 9A1K;以后可由目录增加 6A2B1K
ring_countNo整体管片环数量,默认 10,MVP 最多 50 环
start_x_mmNo第一环起始端面 X 坐标,单位 mm
start_y_mmNo第一环起始端面 Y 坐标,单位 mm
start_z_mmNo第一环起始端面中心标高,单位 mm,默认 12000
thickness_mmNo管片厚度,单位 mm,默认 900,必须小于外半径
preview_tokenYespreview_tunnel_segments 返回的预览令牌
ring_width_mmNo单环宽度,单位 mm,默认 2000
grade_permilleNo直线纵坡,单位 ‰,正值表示沿 +X 下坡,默认 0
content_profileNo族内容配置,默认 basic
content_versionNo族内容版本,默认 1
outer_diameter_mmNo管片外径,单位 mm,默认 18000
stagger_angle_degNo相邻环交替正负旋转的错缝角,单位度,默认 18.75
Behavior4/5

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

With annotations already declaring idempotentHint=true and destructiveHint=false, the description adds the important behavioral detail that it uses a preview token and does not delete or overwrite existing elements. It also implies the requirement of a prior preview step, which is meaningful context beyond the hints. The description aligns with and complements the annotations without contradiction.

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, concise sentence that front-loads the core action and follows with a safety qualifier. Every word earns its place, and there is no redundancy or fluff. It is appropriately sized for a tool with this scope.

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?

The description covers the essential workflow (preview token required) and safety property, but for a complex tool with 15 parameters and no output schema, it lacks a high-level explanation of how the tool fits into the segment creation process or how it contrasts with ring creation. It is minimally sufficient but leaves an agent to rely on parameter schemas for full understanding.

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

Parameters3/5

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

Schema description coverage is 100%, so all 15 parameters are individually documented in the input schema. The description itself adds no parameter-specific meaning beyond reiterating the preview token's role. This meets the baseline of 3 since the schema carries the parameter documentation burden.

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 action (create), the target resource (individual family components per segment), and the context (current Revit project using a preview token). It distinguishes this from sibling tools like create_tunnel_rings by focusing on segments rather than rings, and the title reinforces this distinction. The verb and resource are specific and 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 description implies the workflow by requiring a preview token, suggesting it should be called after preview_tunnel_segments, and states it operates in the current Revit project. However, it does not explicitly mention when not to use this tool or name alternatives like create_tunnel_rings. Usage guidance is implicit rather than explicit, leaving the agent to infer the decision logic.

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/xiuchuan666/revit-tunnel-mcp'

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