Skip to main content
Glama

ue_list_actor_components

Lists all components of a placed actor, returning their names and classes. Identifies the component values to use when setting actor properties.

Instructions

Elenca i componenti di un attore piazzato, con nome e classe.

Serve a sapere cosa passare come component a ue_set_actor_property.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelYes
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It states that the tool lists components with name and class, but does not specify whether it is read-only, any side effects, or required permissions. The behavioral scope is minimal.

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 two short sentences, each serving a clear purpose: stating the tool's action and its utility. No redundant information.

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

Completeness2/5

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

Given the tool has one parameter and no output schema or annotations, the description should clarify the parameter and output format. It mentions output fields but not the input parameter. It also does not describe if components are direct or recursive, limiting completeness.

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

Parameters2/5

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

The input schema has one parameter 'label' with no description and 0% schema coverage. The description does not explain what 'label' means (e.g., actor's label or identifier), leaving the agent to infer meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description specifies the verb (list), resource (components of a placed actor), and output fields (name and class). It distinguishes the tool by linking it to ue_set_actor_property, but does not explicitly differentiate from siblings.

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 states the tool's purpose is to know what to pass to ue_set_actor_property, giving implicit usage context. However, it does not provide when-to-use or when-not-to-use guidance, nor mention 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/FFZackFair92/unreal-engine-mcp'

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