Skip to main content
Glama
Demolinator

Revit MCP Server

by Demolinator

delete_elements

Delete Revit elements by ID, with automatic cascade removal of hosted elements, all in a single transaction.

Instructions

Delete one or more elements from the Revit model.

Removes elements by their IDs. If a deleted element hosts other elements (e.g., a wall with doors), the hosted elements are also deleted (cascade). All deletions happen in a single transaction — if any fails, none are deleted.

Args: element_ids: List of Revit element IDs to delete ctx: MCP context for logging

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
element_idsYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses cascade deletion of hosted elements and that all deletions occur in a single transaction (all or none). This is good transparency, though it could mention return values or error behavior.

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 concise, well-structured with a brief paragraph and a clearly formatted Args section. Every sentence adds value without redundancy.

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?

Given the single parameter, no output schema, and no annotations, the description covers the essential behavior and parameter meaning. It could be slightly improved by mentioning error handling or return value, but it is largely complete.

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?

The schema has one parameter with no description (0% coverage). The description adds meaning by identifying the parameter as 'Revit element IDs' and explaining the cascade and transaction context. This provides necessary semantics beyond the raw 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 tool deletes elements from the Revit model by IDs, and mentions cascade deletion and transactional behavior. It is specific and distinguishes itself from sibling tools, which involve other operations like creating, modifying, or querying elements.

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 does not explicitly state when to use this tool versus alternatives, such as modifying elements instead. However, it provides clear behavior (cascade deletion, atomic transaction) that helps the agent understand its effects. No explicit when-not-to-use guidance is given.

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

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