Skip to main content
Glama

ue_bp_add_event_override

Add or find an overridable inherited event node in the event graph, returning its path and pins to enable subsequent node connections.

Instructions

Aggiunge (o ritrova) il nodo di un evento ereditato overridabile nell'event graph.

Restituisce il path del nodo e i suoi pin — l'unico modo per riferirsi a quel nodo in seguito con ue_bp_connect_pins, dato che il grafo non elenca i propri nodi via Python.

Args: blueprint_path: es. "/Game/MyGame/BP_Player". event_name: nome dell'evento ereditato, es. "ReceiveBeginPlay", "ReceiveTick", "ReceiveEndPlay". Vedi ue_bp_list_events per i nomi disponibili su questo Blueprint. x: posizione orizzontale del nodo nel grafo (solo visuale). y: posizione verticale del nodo nel grafo (solo visuale).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNo
yNo
event_nameYes
blueprint_pathYes
Behavior4/5

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

With no annotations, the description discloses key behaviors: it returns the node path and pins, notes this is the only way to reference the node, and clarifies that x/y are purely visual. It also mentions the add-or-find behavior. It doesn't discuss permissions or error cases, but covers essential operational context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately sized with a clear first sentence and an Args section. Each sentence adds value, though some detail could be trimmed without losing clarity.

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?

It includes return values, relationship to connect_pins, and references to related tools. In the absence of an output schema, it sufficiently explains the result. Some error scenarios are not covered, but overall it's complete for its complexity.

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?

The description provides meaningful parameter guidance: blueprint_path examples, event_name with examples and a pointer to ue_bp_list_events, and x/y clarified as visual-only. Since schema has no descriptions, this compensates well.

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 it adds or finds the node of an inherited overridable event in the event graph, with a specific verb and resource. It distinguishes from sibling tools like ue_bp_add_custom_event by focusing on overridable inherited events.

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?

It explains the tool is needed to obtain a node path for later use with ue_bp_connect_pins, since the graph doesn't list nodes via Python. It also directs users to ue_bp_list_events for available event names, providing clear context. However, it doesn't explicitly name alternative tools or exclusion conditions.

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