Skip to main content
Glama

Revit MCP

by revit-mcp

tag_all_walls

Automatically generate and place wall tags in the current Revit view, positioned at the midpoint of each wall, with optional leader lines and custom tag types.

Instructions

Create tags for all walls in the current active view. Tags will be placed at the middle point of each wall.

Input Schema

NameRequiredDescriptionDefault
tagTypeIdNoThe ID of the specific wall tag family type to use. If not provided, the default wall tag type will be used
useLeaderNoWhether to use a leader line when creating the tags

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "tagTypeId": { "description": "The ID of the specific wall tag family type to use. If not provided, the default wall tag type will be used", "type": "string" }, "useLeader": { "default": false, "description": "Whether to use a leader line when creating the tags", "type": "boolean" } }, "type": "object" }

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

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