Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

performance_start_trace

Start recording a performance trace in Unreal Editor to capture CPU, GPU, and frame timing data for profiling. Saves to .utrace file.

Instructions

Start recording a performance trace from the running Unreal Editor.

Records CPU, GPU, frame timing, and other profiling data to a .utrace file. Call performance_stop_trace when done to stop recording and auto-load for analysis.

Args: file_path: Where to save the .utrace file. Empty = auto-generate in Saved/Profiling/ channels: Comma-separated trace channels or preset name. Presets: "default" (cpu,gpu,frame,log,bookmark,screenshot,region) Individual: cpu, gpu, frame, log, bookmark, screenshot, region, memtag, memalloc For network profiling add: net For asset loading add: loadtime For memory tracking add: memtag Example: "default,net,loadtime,memtag" for full profiling

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelsNodefault
file_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the burden of disclosure. It explains that the tool records profiling data to a .utrace file and that stopping auto-loads for analysis. Missing details include whether it overwrites existing files, any prerequisites, or potential side effects on performance.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear purpose statement, parameter details, and usage example. The channels list is somewhat extensive but necessary for clarity. It could be slightly more concise, but overall it is focused and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has only two optional parameters and an output schema exists, the description is complete. It explains the core functionality, parameter options, and the pairing with performance_stop_trace. No critical information is omitted.

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

Parameters5/5

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

The description adds significant meaning beyond the input schema by explaining the purpose and behavior of both parameters. For file_path, it clarifies that an empty value auto-generates a path. For channels, it lists presets, individual channels, and provides a full example. This fully compensates for the 0% schema description coverage.

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 that the tool starts recording a performance trace from the Unreal Editor, specifies the data types recorded (CPU, GPU, frame timing), and the output file format (.utrace). It distinguishes itself from sibling tools like performance_stop_trace and performance_analyze_insight by positioning itself as the starting point.

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 provides explicit guidance on when to stop the trace by calling performance_stop_trace and includes examples for channel presets. However, it does not explicitly state when to use this tool vs. alternatives or when not to use it, though the context implies it is the primary profiling start tool.

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/aadeshrao123/Unreal-MCP'

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