Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

remove_key_mapping

Remove a key mapping from an Input Mapping Context by index or by action and key combination.

Instructions

Remove a key mapping from an Input Mapping Context.

Remove by index OR by action_path + key combination.

Args: context_path: Path to the IMC asset index: Mapping index to remove (from get_input_mapping_context) action_path: Alternative — remove by action + key combo key: Alternative — remove by action + key combo

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNo
indexNo
action_pathNo
context_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided. Description only states the action (remove) without detailing side effects, permissions, or whether changes are persistent. It does not disclose that it modifies the IMC asset or any potential destructive nature beyond the act of removal.

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 concise with two sentences and a bulleted list of args. No unnecessary words or redundancy. Structure is clear and front-loaded.

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?

Given the four parameters and no schema descriptions, the description adequately explains the two removal methods and param semantics. It does not mention prerequisites or return values, but output schema exists and purpose is clear. Could be more complete with notes on persistence or undo.

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

Parameters4/5

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

Schema description coverage is 0%, so description must add meaning. It describes all 4 parameters: context_path as path to IMC, index as mapping index from get_input_mapping_context, and action_path/key as alternative combo. This adds context beyond the schema.

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 tool removes a key mapping from an Input Mapping Context, and specifies two removal methods. This distinguishes it from sibling tools like add_key_mapping or set_key_mapping.

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 explains removal by index or by action_path+key combination, and notes that index comes from get_input_mapping_context. It provides clear guidance on how to use, though does not explicitly state when to use this tool over others like remove_mapping_trigger.

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