save_asset
Save any Unreal Engine asset to disk by providing its asset path.
Instructions
Save a specific asset to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |
Save any Unreal Engine asset to disk by providing its asset path.
Save a specific asset to disk.
| Name | Required | Description | Default |
|---|---|---|---|
| asset_path | Yes |
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits. It states 'Save to disk' but does not explain whether this is a safe operation (overwrites existing data? creates a backup? requires specific permissions?). The lack of detail about the operation's nature (e.g., destructive, persistent) leaves the agent without critical context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short and to the point, which is good for conciseness. However, it sacrifices necessary detail; it is underspecified rather than efficiently informative. The single sentence is front-loaded but incomplete.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations, a single required parameter, and an output schema, the description should at least hint at the output or the exact nature of the operation. It does not mention the return value or any context about what 'saving' means in this environment. The tool is simple, but the description lacks completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The only parameter 'asset_path' is a string, but the description adds no information about its expected format, meaning, or constraints. Schema description coverage is 0%, so the description carries the full burden of explaining parameter semantics, but it fails to do so.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies the action ('Save') and resource ('specific asset'), and the target ('to disk'). However, it is too vague to clearly distinguish from similar operations. Among siblings, there are tools like open_asset, duplicate_asset, delete_asset, but the description does not clarify whether this saves changes to an existing asset or exports it to an external file.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No usage guidelines are provided. The description does not indicate when to use this tool versus alternatives (e.g., save_all, export_asset), nor does it mention prerequisites or disclaimers about side effects.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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