Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

viewport_set_overlays

Adjust viewport overlays to toggle wireframes, face orientation, statistics, grid floor, and axis lines for effective modeling and debugging.

Instructions

Configure viewport overlays.

Args: show_overlays: Master overlay toggle show_wireframe: Show wireframe overlay on solid show_face_orientation: Color faces by normal direction (useful for debugging) show_stats: Show scene statistics show_floor: Show grid floor show_axis_x: Show X axis line show_axis_y: Show Y axis line

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
show_floorNo
show_statsNo
show_axis_xNo
show_axis_yNo
show_overlaysNo
show_wireframeNo
show_face_orientationNo
Behavior3/5

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

With no annotations, the description must cover behavioral traits. It lists parameters with brief explanations (e.g., 'use of for debugging'). However, it does not disclose whether changes affect all viewports, require a specific mode, or have side effects. Behavior is straightforward but lacks scope context.

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-line intent followed by an argument list. Each parameter on its own line with a short explanation. No superfluous text.

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 simplicity (all booleans, no output schema), the description adequately covers the tool's function and parameters. Missing is the scope of effect (e.g., active viewport only, all viewports) and whether it toggles or sets absolutely, but overall sufficient for a configuration tool.

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 coverage is 0%, so description must compensate. It enumerates all 7 parameters with explanations that add meaning beyond schema titles, such as 'Master overlay toggle' for show_overlays and 'useful for debugging' for show_face_orientation. This provides clear context for each boolean.

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 'Configure viewport overlays' clearly states the verb (Configure) and resource (viewport overlays). It distinguishes from sibling viewport tools like viewport_set_shading or viewport_set_view by focusing on overlays specifically.

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 implies usage for controlling overlay visibility but does not provide explicit guidance on when to use this tool versus alternatives, nor when not to use it. No mention of prerequisites or 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/dwgx/blender-copilot'

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