Skip to main content
Glama

bridge_descriptor_summary

Generates a native-alignment metadata summary of the TCP bridge command registry to clarify available commands for Unreal Engine editor automation.

Instructions

Summarize the TCP bridge command registry as native-alignment metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
registry_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.4/5.0
Behavior2/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. 'Summarize' implies a read-only operation, but the description never confirms side effects, permissions, failure modes, or what 'native-alignment metadata' means as an observable output. It adds almost no behavioral context beyond the verb itself.

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 a single short sentence with no wasted words, which is appropriate for a simple tool. It is not overlong, though the compressed 'native-alignment metadata' phrase sacrifices clarity for brevity.

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?

The tool is simple and has an output schema, which reduces the need to document return values. However, the remaining context—what the TCP bridge command registry is, what native-alignment metadata looks like, and how the optional parameter should be used—is missing, leaving the agent under-informed for correct invocation.

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 coverage is 0%, so the description must compensate, but it makes no mention of registry_path, its format, or its role in locating the registry. The parameter name and default are partially self-explanatory, but the description adds no additional meaning or usage detail.

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

Purpose3/5

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

The description names a specific verb ('summarize') and resource ('TCP bridge command registry'), so it is not a tautology. However, 'native-alignment metadata' is domain jargon that does not clearly explain what form or content the summary takes, and it does not differentiate this from nearby registry/bridge tools like list_bridge_toolsets or server_protocol_contract.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given about when to use this tool versus related bridge-registry, descriptor, or summary tools. The optional registry_path parameter has no explanation of when it should be supplied or omitted, so an agent has little to select this tool on.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools