Skip to main content
Glama
DmitriyGolub

threejs-devtools-mcp

by DmitriyGolub

bounding_boxes

Idempotent

Show or hide axis-aligned bounding boxes for Three.js scene objects to debug frustum culling and object bounds at runtime. No code changes required.

Instructions

Show/hide axis-aligned bounding boxes for scene objects. Runtime only — for debugging frustum culling and object bounds.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoTarget object name (omit for all meshes)
uuidNoTarget object UUID
enabledNotrue=show (default), false=remove all
clearNoRemove all bounding boxes
colorNoBox color as hex (default: 0x00ff00)
recursiveNoInclude children of target
onlyVisibleNoOnly visible objects (default: true)
limitNoMax boxes to add (default: 50)
Behavior4/5

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

Annotations indicate idempotent behavior and no destructiveness. The description adds runtime-only and debug-only constraints, and notes that reloads reset changes, providing 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?

Two short sentences with no waste; every word adds value. The description is front-loaded with the core action and immediately follows with key constraints.

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?

For a debug tool with 8 optional parameters and no output schema, the description sufficiently covers purpose and usage constraints. It lacks details on return behavior, but that is acceptable given the context.

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?

Input schema covers all 8 parameters with full descriptions (100% coverage). The description adds no additional semantic detail beyond what the schema already provides.

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 verb 'show/hide', the resource 'axis-aligned bounding boxes for scene objects', and the purpose 'debugging frustum culling and object bounds'. It distinguishes from sibling tools by specifying a unique functionality.

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

Usage Guidelines4/5

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

The description implies usage for debugging with 'Debug only — page reload will reset. No code changes needed.' It provides clear context but does not explicitly mention when not to use alternatives.

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