Skip to main content
Glama
NAJEMWEHBE

unreal-ai-connection

inspect_project_setting

Dump editable project settings from any UDeveloperSettings subclass as JSON. Choose bulk output or filter by a single property name.

Instructions

Reflect any UDeveloperSettings subclass (RendererSettings, PhysicsSettings, InputSettings, etc.) and dump editable UPROPERTY values as JSON. Bulk mode (omit 'property') returns every editable property; single mode (pass 'property') returns just that one. Closes the gap where the LLM had no access to per-system Project Settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
settings_classYesFull class path of a UDeveloperSettings subclass (e.g. '/Script/Engine.RendererSettings').
propertyNoOptional. When supplied, return just this property's name/type/value instead of the full bulk dump.
Behavior3/5

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

No annotations provided, so description carries full burden. Describes bulk vs single mode behavior but lacks details on error handling, side effects, or auth needs. Assumed read-only but not stated.

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?

Three sentences, no fluff. First sentence states main purpose and output format. Second explains modes. Third provides context. Information is 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?

Covers purpose, modes, and motivation. Lacks output JSON structure details and error behavior, but schema provides parameter guidance. Adequate for a simple inspection tool.

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 coverage is 100%, baseline 3. Description adds semantics by explaining that omitting 'property' triggers bulk mode and including it returns single property value. Clarifies that settings_class is a full class 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?

Clearly states it reflects UDeveloperSettings subclasses and dumps editable UPROPERTY values as JSON. Specifies two modes (bulk/single) and distinguishes from sibling inspect tools by targeting project settings.

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?

Explicitly mentions it closes the gap where LLM had no access to per-system Project Settings, indicating when to use. Does not mention when not to use 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/NAJEMWEHBE/unreal-ai-connection'

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