Skip to main content
Glama
gprethesh
by gprethesh

armorpaint_set_viewport

Switch the viewport to any material channel (lit, base color, normal, AO, roughness, metallic, opacity, height, emission, UV, mask, path-traced) and control wireframe/environment preview.

Instructions

Set viewport channel: 0=lit, 1=base color, 2=normal, 3=AO, 4=roughness, 5=metallic, 6=opacity, 7=height, 8=emission, 10=UV, 14=mask, 15=path traced.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo
wireframeNo
environmentNo
environment_angleNo
environment_strengthNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

Annotations provide no positive hints, so the description carries the burden. It usefully discloses the valid mode values and their meanings, but it does not state whether this is a pure view-state change, whether it affects the project, or whether any prerequisites exist. The mapping adds meaningful context, but side effects remain opaque.

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 a single, front-loaded sentence that packs the complete mode mapping into a compact list with no filler. Every word is useful and the numeric mapping is 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?

Given zero schema description coverage and five parameters, the description is incomplete. The mode channel mapping is thorough, but the environment and wireframe parameters are unexplained, and no output/behavioral context is provided. An agent could call the tool with mode but would lack guidance for other intended settings.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It thoroughly explains the 'mode' parameter's channel mapping, which is valuable. However, four of five parameters (wireframe, environment, environment_angle, environment_strength) receive no semantic explanation beyond their schema types and names.

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?

States a specific verb 'Set' and resource 'viewport channel', and enumerates the exact channel-mode mapping. This clearly distinguishes it from related viewport tools like capture_viewport or set_camera, at least by action and scope.

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?

Usage is implied: use it when the user wants to change the viewport display channel. However, there is no explicit guidance on when to use this tool versus alternatives, no exclusions, and no mention of related tools like capture_viewport.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/gprethesh/armorpaint-mcp'

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