Skip to main content
Glama

list_bridge_toolsets

Discover TCP bridge command categories as toolset descriptors to locate available automation actions for Unreal Editor workflows.

Instructions

List TCP bridge command categories as Toolset-like descriptors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo
categoryNo
registry_pathNo
response_formatNotext

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?

Annotations are completely absent, so the description must carry the full behavioral burden. The description only says 'List', which implies a read-only operation, but it does not explicitly state that there are no side effects, whether network access or a running bridge is required, or how the output is structured beyond the output schema. This is insufficient for a tool with no annotation support.

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

Conciseness3/5

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

The description is a single concise sentence with no wasted words, but it is under-specified. Conciseness alone does not make it useful; it lacks essential details about parameters and usage. The structure is acceptable, but the content is too sparse to earn a higher score.

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

Completeness1/5

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

With 4 optional parameters and no annotations, the description is drastically incomplete. It does not define 'TCP bridge command categories' or 'Toolset-like descriptors', nor does it hint at how filters or response formats work. Even though an output schema exists, the description should clarify the tool's purpose and parameter effects to be minimally usable. It falls far short.

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

Parameters1/5

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

Schema description coverage is 0% and the description makes no mention of the four optional parameters (status, category, registry_path, response_format). Since the schema only provides titles and defaults, and the description adds nothing, the agent has no idea how these parameters affect the listing. The description completely fails to compensate for the schema's lack of explanations.

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 states a specific action ('List') and a precise resource ('TCP bridge command categories'), with a clear output format ('Toolset-like descriptors'). It distinguishes from generic listing tools like list_toolsets by explicitly scoping to TCP bridge categories, though it doesn't contrast with siblings like describe_bridge_toolset or search_bridge_commands.

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?

There is no guidance on when to use this tool versus alternatives. Siblings such as describe_bridge_toolset, search_bridge_commands, and call_bridge_command exist, but the description does not indicate which scenario each is appropriate for. The agent is left to infer that this lists categories rather than executing commands.

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