Skip to main content
Glama
RBG-WebDesign

MCPBridge Server

blueprint_compile

Compile a Blueprint in the Unreal Engine editor, then receive success/failure status with detailed error information to validate blueprint integrity during development.

Instructions

Compile a Blueprint and return success/failure with error details. Success means the compile ran, check 'compiled' and 'had_errors' for actual result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
blueprint_pathYesAsset path of the Blueprint to compile
Behavior4/5

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

With no annotations, the description carries the behavioral transparency burden. It reveals an important non-obvious trait: 'Success' refers to the compile run, not the compile result, and directs users to 'compiled' and 'had_errors'. This is valuable beyond the basic operation, though it does not describe other side effects or preconditions.

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, efficient sentence that leads with the action and appends a clarifying clause. No filler or redundant content - every word earns its place.

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?

No output schema exists, so the description must cover return semantics. It does so by naming success/failure, error details, and the 'compiled'/'had_errors' fields. For a one-parameter tool, this is sufficient, though a more enumerated return structure would be slightly clearer.

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?

The input schema fully documents blueprint_path with a pattern and description, so schema coverage is 100%. The description adds no further parameter-level meaning, which is acceptable given the schema's completeness.

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?

Uses a specific verb ('Compile') and resource ('Blueprint') and immediately clarifies the distinction between the compile operation and its result. This distinguishes it from sibling tools like blueprint_create or blueprint_build_from_json.

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 intended use is implied by the name and description: to compile a Blueprint and obtain result details. However, there is no explicit guidance about when to prefer this over related Blueprint tools (e.g. blueprint_build_from_json) or when not to use it.

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/RBG-WebDesign/MCPBridge-Server'

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