Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

remove_input_action_trigger

Remove a trigger from an Input Action by specifying its index. Use get_input_action to find the correct index.

Instructions

Remove a trigger from an Input Action by index.

Use get_input_action to see current trigger indices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexYes
asset_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states that it removes a trigger by index, but does not mention error handling (e.g., if index is out of bounds), whether the operation is reversible, or any side effects.

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 action and resource, followed by a helpful usage tip. Every sentence is valuable and concise.

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?

For a simple tool with an output schema and two parameters, the description provides the essential information. It lacks mention of prerequisites (e.g., the input action must exist) or behavior when the trigger doesn't exist, but is sufficient for a basic operation.

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 0%, so description must add meaning. It explains 'index' is used to identify which trigger to remove and recommends get_input_action to find indices. However, it does not explicitly describe the 'asset_path' parameter or provide full parameter semantics.

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 'Remove' and identifies the resource 'trigger from an Input Action' and the method 'by index'. It also mentions using get_input_action to see indices, distinguishing it from sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly advises using get_input_action first to see current trigger indices, providing clear context for when to use this tool. However, it does not state when not to use it or alternative tools.

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