Skip to main content
Glama
sam-david

unreal-mcp

by sam-david

call_preset_function

Invoke a function registered in an Unreal Engine Remote Control Preset. Provide preset name, function name, and optional parameters.

Instructions

Call a function exposed via a Remote Control Preset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parametersNoFunction parameters
preset_nameYesPreset name
function_nameYesExposed function name
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool 'calls a function' but gives no indication of potential side effects, required permissions, return values, or irreversible actions. This is a significant gap for a tool that invokes arbitrary exposed functions.

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 that front-loads the verb and resource. It contains no redundant words or filler, making it efficiently scannable for an AI agent.

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 calls arbitrary functions with no output schema and no annotations, the description is too minimal. It does not explain what kind of functions can be called, what the 'parameters' object should contain, what the response looks like, or any safety considerations. This level of under-specification is inadequate for a potentially powerful and arbitrary action.

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 description coverage is 100%, so the baseline is 3. Each parameter (preset_name, function_name, parameters) has a basic schema description, and the description adds a slight semantic link by mentioning 'Remote Control Preset', but it doesn't elaborate on the 'parameters' object structure or the relationship beyond what the schema already implies.

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 action ('Call a function') and the resource ('a function exposed via a Remote Control Preset'). It distinguishes this from sibling tools like get_preset_property/set_preset_property by focusing on invocation rather than property access. The verb+resource combination is specific and unambiguous.

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 description implies usage through the phrase 'Remote Control Preset' and the context of sibling preset-related tools, suggesting it is for executing exposed functions rather than reading/writing properties. However, it provides no explicit when-to-use/when-not-to-use guidance or named alternatives, so usage is only implied.

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