Skip to main content
Glama
sam-david

unreal-mcp

by sam-david

package_project

Package Unreal projects for distribution by automating build, cook, stage, and package steps into a single process.

Instructions

Package the project for distribution. Runs build + cook + stage + package.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformNoTarget platform
compressedNoCompress pak files
configurationNoBuild configuration (typically Shipping for distribution)Shipping
Behavior2/5

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

There are no annotations, so the description must disclose behavioral traits. It mentions it runs multiple sub-steps, which is useful, but does not disclose potential side effects (e.g., overwriting existing output), prerequisites, duration, or failure modes. For a complex build/package operation, this is a significant gap.

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 two sentences, front-loaded with the primary action, and every word earns its place. It efficiently communicates the composite nature of the tool without fluff.

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

Completeness2/5

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

For a tool that orchestrates a multi-stage build and packaging pipeline, the description is minimal. It lacks information about output artifacts, completion criteria, or how it relates to sibling build/cook tools. The absence of annotations and output schema increases the need for more context, which is not provided.

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% (all three parameters have descriptions), so the baseline of 3 applies. The description does not add any parameter-level detail beyond what the schema already provides, such as valid platform values or the effect of 'compressed' on output.

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 uses a specific verb ('Package') and resource ('the project') with a clear goal ('for distribution'), and distinguishes itself from sibling tools by listing the full pipeline: 'Runs build + cook + stage + package.' This clearly communicates it as the all-in-one packaging operation vs. partial steps like build_target or cook_content.

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?

It implies usage for distribution and indicates it runs the full build/cook/stage/package pipeline, but it does not explicitly state when to use this over sibling tools (e.g., 'use this instead of running build_target then cook_content'). No exclusions or alternative guidance are given.

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