Skip to main content
Glama
DmitriyGolub

threejs-devtools-mcp

by DmitriyGolub

perf_monitor

Read-onlyIdempotent

Record FPS and frame times for a set duration to get performance metrics: average, min, max FPS, percentiles, spike and jank counts.

Instructions

Record FPS and frame times for N seconds. Returns avg/min/max FPS, percentiles, spike and jank counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
durationNoRecording duration in seconds (default: 3, max: 30)
includeFrameTimesNoInclude raw frame times array (default: false, saves tokens)
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is clear. The description adds valuable context by detailing return metrics (avg/min/max, percentiles, spike and jank counts), which goes beyond what annotations provide.

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?

A single sentence that is front-loaded with the action and resource, and includes essential output details. Every word earns its place with zero redundancy.

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 adequately explains return values. With 2 optional params and clear annotations, the description covers the tool's purpose and output. Minor improvement could be adding default duration explicitly, but schema already includes default in description.

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% with both parameters having clear descriptions (duration in seconds with range, includeFrameTimes with token saving benefit). The description does not add further semantic information beyond the schema, meeting baseline expectations.

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 records FPS and frame times for N seconds, and specifies the returned metrics (avg/min/max FPS, percentiles, spike and jank counts). This specific verb+resource combination distinguishes it from sibling tools like performance_snapshot or memory_stats.

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 performance monitoring during a specified duration but provides no explicit guidance on when to use this tool versus alternatives (e.g., performance_snapshot for a quick snapshot). No exclusions or conditions are mentioned.

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