Skip to main content
Glama
sam-david

unreal-mcp

by sam-david

start_trace

Start an Unreal Insights trace session to capture performance data from selected channels like CPU, GPU, and frame. Use it to diagnose and analyze Unreal Engine performance issues.

Instructions

Start an Unreal Insights trace session with selected channels.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelsNoTrace channels: cpu, gpu, frame, memory, counters, bookmark, file, net, loadtime
Behavior2/5

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

No annotations are provided, so description must carry behavioral detail. It only states the action without disclosing that tracing records data until stopped, may affect performance, or requires a connection. No mention of stop_trace.

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 concise sentence with no redundant words; it clearly communicates the core action.

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

Completeness3/5

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

The tool has low complexity and complete parameter schema, but lacks behavioral context such as session lifecycle, return value, or prerequisites. Adequate for invocation but incomplete for an agent to assess side effects.

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 fully describes the channels parameter with default values and allowed options, so the schema covers semantics. The description's 'with selected channels' adds no additional meaning.

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 'Start' with resource 'Unreal Insights trace session', specifying channels configuration. It distinguishes from siblings like stop_trace and start_csv_profiling.

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?

No guidance on when to use this tool versus alternatives; it doesn't mention profiling use cases, prerequisites, or exclusions. Peers like start_csv_profiling exist but no differentiation.

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/sam-david/unreal-mcp'

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