Skip to main content
Glama
mk92at

pyrevit-mcp

by mk92at

override_graphics

Apply a color override to selected elements in the active Revit view to make them stand out.

Instructions

Colour elements in the active Revit view so they stand out visually.

Args: element_ids: Integer IDs of the elements to colour. color: A name (red, green, blue, yellow, orange, purple, cyan, magenta, pink, brown, gray, black, white) or a hex string like '#ff8800'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorNored
element_idsYes
Behavior2/5

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

There are no annotations, and the description carries full responsibility for behavioral disclosure. It mentions the active view but does not reveal whether the color override is permanent, reversible, or how it interacts with existing overrides. It also fails to mention any side effects or view requirements beyond 'active'.

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 and well-structured: a one-sentence purpose followed by an Args block. No unnecessary words, and the parameter formatting is clean and easy to parse.

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 purpose and parameters are adequately described, but the description lacks usage context, behavioral nuances, and any guidance on alternatives. This is a simple tool, but without annotations or output schema, more detail on expected side effects would improve 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?

Schema description coverage is 0%, but the description compensates well by detailing the allowed color names and hex format, and clarifying that element_ids are integers. This adds meaningful semantic information beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Colour elements in the active Revit view so they stand out visually.' It uses a specific verb and resource (elements in active view), but does not explicitly differentiate from sibling tools like color_by_parameter or isolate_elements, which serve related purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. The description does not mention any use cases, prerequisites, or exclusions, leaving the agent without context for tool selection among siblings like color_by_parameter or isolate_elements.

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/mk92at/pyrevit-mcp'

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