Skip to main content
Glama
DmitriyGolub

threejs-devtools-mcp

by DmitriyGolub

add_helper

Idempotent

Add visual debug helpers to Three.js scene objects for inspection. Debug without code changes; helpers reset on page reload.

Instructions

Add a visual debug helper to a scene object. Types: box, axes, skeleton, arrow, grid, polar_grid, camera, directional_light, spot_light, point_light, hemisphere_light, plane

Debug only — page reload will reset. No code changes needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNoTarget object name
targetUuidNoTarget object UUID
typeNoHelper type (default: box)
sizeNoSize for AxesHelper/GridHelper/LightHelpers (default: 1)
colorNoColor as hex number (default: 0x00ff00)
directionNo[x, y, z] direction for ArrowHelper/PlaneHelper
originNo[x, y, z] origin for ArrowHelper
lengthNoArrow length (ArrowHelper, default: 1)
divisionsNoGrid divisions (GridHelper, default: 10)
Behavior4/5

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

Annotations declare idempotentHint=true and destructiveHint=false. The description adds that page reload resets and no code changes are needed, which aligns with idempotency and non-destructiveness, providing useful behavioral context beyond annotations.

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 very concise: two sentences plus a list of types. Every sentence adds value, and the most important info (purpose and types) is front-loaded.

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?

Despite no output schema, the description covers the essential context: it adds a helper, it's temporary, and no code changes are needed. For a simple add operation, this is fairly complete.

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

Parameters3/5

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

Schema coverage is 100%, so baseline is 3. The description lists the types but does not add new meaning beyond the schema's enum descriptions. No additional parameter info is provided.

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 clearly states the tool adds a visual debug helper to a scene object, lists all supported types, and notes it's for debug only. It differentiates from siblings like 'remove_helper' and 'highlight_object'.

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?

The description mentions 'Debug only' but does not provide explicit guidance on when to use this tool versus alternatives, such as 'highlight_object' or 'scene_tree'. No exclusions or when-not-to-use info.

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/DmitriyGolub/threejs-devtools-mcp'

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