Skip to main content
Glama
RBG-WebDesign

MCPBridge Server

blueprint_pins_break

Break every link on a specified pin of a node in a Blueprint, then compile and save. Clears all connections from that pin in one operation.

Instructions

Break all links on a single pin of a node, then compile and save.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pin_nameYes
node_guidYes
graph_nameYes
blueprint_pathYesContent path of the Blueprint asset, e.g. /Game/Blueprints/BP_Door.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states the destructive action (breaking links) and the side effects (compiling and saving the blueprint), which goes beyond merely inferring from the tool name. However, it does not cover reversibility, error handling, or effects on dependent nodes.

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 13-word sentence that front-loads the primary action and includes the key side effects. It is efficient and free of unnecessary words, earning a top score for conciseness.

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?

For a tool with 4 required parameters, no annotations, and no output schema, the description is too sparse. It does not document 3 of 4 parameters, does not mention prerequisites (e.g., graph loaded), and does not describe success/failure behavior or return values. This makes the description insufficient for an agent to confidently invoke the tool correctly.

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?

Schema description coverage is only 25% (only blueprint_path is described), and the tool description does not explain the other three parameters (pin_name, node_guid, graph_name). The parameter names are somewhat self-explanatory, but the description fails to add meaning beyond the schema, leaving a significant gap for three required parameters.

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 a specific action ('Break all links on a single pin of a node') and the additional behavior ('compile and save'). This distinguishes it from siblings like blueprint_pins_connect, which connects pins instead of breaking them.

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 the tool is used for disconnecting pins, but it does not explicitly state when to use it over alternatives such as blueprint_pins_connect, nor does it provide exclusions or prerequisites. The usage context is clear from the name and description but not explicitly articulated.

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