Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

duplicate_data_table_row

Duplicates a data table row by copying its content to a new row name, enabling quick data management in Unreal Engine.

Instructions

Copy an existing row under a new name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
new_row_nameYes
data_table_pathYes
source_row_nameYes

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 description must disclose all behavioral traits. It only states the core action, omitting details like side effects (e.g., whether the original row is modified), required permissions, or data limits.

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?

Single sentence with no extraneous text. Front-loaded with the key action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Output schema exists but is not used to describe return values. Given the tool's simplicity and many sibling tools, the description is adequate for basic understanding but lacks usage and behavioral context that would aid correct invocation.

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 0%, so description should compensate. It references 'existing row' and 'new name' corresponding to source_row_name and new_row_name, but adds little beyond the parameter names themselves. Does not clarify data_table_path.

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?

Description clearly states 'Copy an existing row under a new name', specifying verb, resource, and result. It distinguishes from related siblings like add_data_table_row (add new) and rename_data_table_row (rename existing).

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives (e.g., add_data_table_row, rename). Does not mention prerequisites, such as requiring the source row to exist.

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