Skip to main content
Glama
Demolinator

Revit MCP Server

by Demolinator

create_sheet

Create a drawing sheet in Revit for construction documentation. Specify sheet number, name, and title block to add printable output to your Revit project.

Instructions

Create a drawing sheet in Revit for construction documentation.

Sheets are the printable output of a Revit project. Each sheet has a title block, sheet number, and name. Views can be placed on sheets after creation.

Args: sheet_number: Sheet number, e.g. "A101" (optional, auto-assigned) sheet_name: Sheet title, e.g. "Ground Floor Plan" (defaults to "Unnamed Sheet") title_block_name: Title block family name (optional, uses first available) ctx: MCP context for logging

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sheet_numberNo
sheet_nameNoUnnamed Sheet
title_block_nameNo
Behavior2/5

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

No annotations provided, so description must cover behavioral traits. It mentions optional parameters and defaults, but does not disclose potential conflicts (e.g., duplicate sheet numbers), error conditions, permissions required, or side effects. Lacks transparency for a creation tool.

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?

Well-structured with a clear opening sentence and an args section. Some redundancy ('Views can be placed on sheets after creation' could be integrated), but overall efficient and easy to parse.

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

Completeness2/5

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

Does not describe return values (e.g., sheet ID) or confirmation of creation. No mention of error handling or prerequisites. For a creation tool without output schema, this leaves a significant gap in completeness.

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?

Adds meaning beyond the schema by providing examples and explanations for each parameter (e.g., sheet_number as 'e.g. A101', sheet_name default). However, does not clarify valid values for title_block_name or constraints, leaving some ambiguity.

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?

Clearly specifies the verb 'create' and resource 'drawing sheet in Revit for construction documentation'. Provides context on what sheets are and that views can be placed later, distinguishing it from sibling tools like create_view or create_detail_line.

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?

Implies usage for construction documentation and mentions that views can be placed afterward, but does not explicitly state when to use this tool vs alternatives like create_view. No 'when not to use' guidance, leaving the agent to infer from context.

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