get_current_view_info
Retrieves detailed properties of the active view in Revit, such as type, name, and scale.
Instructions
获取 Revit 当前活动视图的详细信息,包括视图类型、名称、比例等属性。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieves detailed properties of the active view in Revit, such as type, name, and scale.
获取 Revit 当前活动视图的详细信息,包括视图类型、名称、比例等属性。
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must convey behavioral traits on its own. It only states the action and sample outputs; it does not disclose safety, error conditions (e.g., no active view), or return format. This is a significant gap for a getter tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that names the tool's purpose and example outputs without any wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema and no annotations, the description provides enough high-level detail about what is returned (view type, name, scale) but omits edge cases like a missing active view. It is adequate for a simple getter but not exhaustive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters, and the schema confirms this. The description appropriately focuses on the output rather than parameters, matching the baseline of 4 for parameter-less tools.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves detailed information about the current active Revit view, listing specific properties (type, name, scale). This distinguishes it from siblings like get_current_view_elements, which focus on elements in the view.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit usage guidance or alternatives are mentioned. The context is implied—if you need view information, this is the tool—but there is no discussion of when not to use it or how it relates to siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HoareLea/CJ_Revit-mcp-main'
If you have feedback or need assistance with the MCP directory API, please join our Discord server