Skip to main content
Glama
RBG-WebDesign

MCPBridge Server

data_table_create

Creates an Unreal Engine DataTable from a row struct, optionally populating rows with data from JSON, and saves the asset.

Instructions

Create a DataTable for a row struct, optionally filling rows from DataTable JSON ([{"Name": "Row1", ...fields}]). Saves the table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesAsset name, e.g. DT_Items.
pathYesContent directory.
rows_jsonNoRows as DataTable JSON (array with a Name field per row).
row_structYesRow struct path: /Script/Module.Struct or /Game/... user struct.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool 'Saves the table', which is important persistence behavior, and notes that filling is optional. However, it does not mention what happens if the table already exists, whether it overwrites or fails, or any permissions required. This is a partial disclosure.

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 a single, concise sentence that front-loads the core action and includes important details (optional rows, saving) without unnecessary verbosity. Every phrase earns its place.

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?

The description adequately covers creation, optional filling, and saving. However, with no output schema and no annotations, it leaves out details like return value, error behavior, or relationship to sibling tools. For a tool with 4 parameters, this is acceptable but not fully complete.

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 100%, so most parameter meaning is already structured. The description adds an example JSON format for rows_json, which is helpful, but does not significantly enhance understanding beyond the schema properties. Baseline of 3 is appropriate.

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's primary action: 'Create a DataTable for a row struct'. It also mentions optional filling from JSON and saving, which specifies the resource and outcome. This distinguishes it from sibling tool 'data_table_fill_from_json' by emphasizing creation rather than just filling.

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?

The description implies usage: use when you need to create a new DataTable, optionally filling it with rows. However, it does not explicitly mention when to use an alternative (e.g., data_table_fill_from_json) or provide exclusions. The phrase 'optionally filling' hints that filling is not the primary purpose, but explicit guidance is missing.

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/RBG-WebDesign/MCPBridge-Server'

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