Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

get_input_action

Inspect an Input Action to retrieve its value type, consume input flag, trigger behavior, and full list of triggers and modifiers with all properties.

Instructions

Read all properties, triggers, and modifiers of an Input Action.

Returns value_type, consume_input, trigger_when_paused, accumulation_behavior, and full details of all triggers and modifiers with their properties.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asset_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Discloses that the tool is read-only and lists returned fields. However, no error behavior is mentioned (e.g., what happens if the asset_path is invalid) and no annotations are present to supplement.

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?

Two concise sentences: first states purpose, second lists returned fields. No redundancy, front-loaded with key action.

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?

Missing input parameter explanation and any usage context. Output schema exists but the description still has gaps in completeness for a simple read tool.

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

Parameters1/5

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

The description does not describe the sole parameter 'asset_path' at all, despite 0% schema coverage. The agent receives no help understanding what this parameter represents or how to format it.

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?

Clearly states 'Read all properties, triggers, and modifiers of an Input Action', specifying the verb 'Read' and the resource 'Input Action'. Also lists specific return fields, distinguishing it from sibling tools that create or modify input actions.

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?

No explicit when-to-use or when-not-to-use guidance. Though the read nature is implied, the description does not directly advise when to use this tool over siblings like create_input_action or set_input_action_properties.

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/aadeshrao123/Unreal-MCP'

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