Skip to main content
Glama

metahuman_configure_wrapper

Configure wrapper Blueprint metadata for a MetaHuman gameplay character, specifying blueprint path, character name, gameplay tag, and component names.

Instructions

Configure wrapper Blueprint metadata for a MetaHuman gameplay character.

KB: see knowledge_base/27_METAHUMAN_PIPELINE.md#mcp-metahuman-tools Example: metahuman_configure_wrapper(character_name="Ada", wrapper_blueprint="/Game/Characters/BP_AdaWrapper")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gameplay_tagNoCharacter.MetaHuman
parent_classNo/Script/Engine.Character
character_nameYes
wrapper_blueprintYes
attach_to_componentNoMesh
body_component_nameNoBody
face_component_nameNoFace

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits, but it only states 'Configure' without detailing side effects, requirements, or what happens to the target Blueprint. It does not mention whether the Blueprint must exist, whether it modifies existing metadata, or any potential failures. This is minimal transparency for a mutation operation.

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 succinct—two sentences and an example—with the core purpose front-loaded. It avoids fluff and efficiently conveys the essential action, making it easy for an agent to grasp quickly.

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 with 7 parameters (2 required) and no schema descriptions, the description is insufficient. It lacks explanation of prerequisites, parameter meanings, return behavior, or how it integrates with the MetaHuman pipeline. The KB reference is external and not part of the description, so an agent cannot fully understand how to call it correctly without additional context.

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

Parameters2/5

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

The schema has 0% description coverage, so the description must explain parameter semantics, but it only shows an example with character_name and wrapper_blueprint without explaining their meaning or the other five parameters. It adds little beyond the schema's bare property names, failing to clarify the role of each parameter.

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 states a specific action ('Configure wrapper Blueprint metadata') for a specific resource (MetaHuman gameplay character), which clearly distinguishes it from other MetaHuman tools like metahuman_import or metahuman_inspect_package. It is not a tautology and gives a concrete, actionable purpose.

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?

The description does not specify when to use this tool versus alternatives, nor does it mention any prerequisites or conditions. It provides an example, but no guidance on when this tool is the right choice compared to other configuration tools, leaving the agent to infer usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools