Skip to main content
Glama

Bridge Manage Tool

bridge_manage
Destructive

Manage the WebSocket bridge that connects cloud experiments to private endpoints on self-hosted runners. Check status, list endpoints, toggle visibility, or disconnect sessions.

Instructions

FleetQ Bridge — a WebSocket relay that lets cloud experiments reach private endpoints on a self-hosted runner (laptop, on-prem VPS): local Ollama instances, internal MCP servers, on-prem APIs. All actions operate on the team's currently-registered bridge.

Actions:

  • status (read) — connection state, last heartbeat, registered endpoint count.

  • endpoint_list (read) — local LLM agents + MCP servers announced by the bridge.

  • endpoint_toggle (write) — endpoint_id, enabled (bool). Flips visibility to cloud experiments without redeploying the bridge.

  • disconnect (DESTRUCTIVE) — terminates the active bridge session; the runner must re-register before agents can reach private endpoints again.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: status, endpoint_list, endpoint_toggle, disconnect
deadline_msNoOptional: max wall-clock time (ms) the tool may spend. If exceeded during the call, returns a DEADLINE_EXCEEDED error. Minimum 100 ms. Leave unset for no deadline.
typeNoFilter by endpoint type. Defaults to all.
endpoint_idYesThe ID of the endpoint to toggle (from bridge_endpoint_list).
enabledNoWhether to enable (true) or disable (false) the endpoint.
connection_idNoUUID of a specific bridge connection to disconnect. Omit to disconnect all.
Behavior4/5

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

Beyond the destructiveHint annotation, the description labels actions as read/write/destructive and explains that disconnect terminates the bridge session requiring re-registration. This adds useful behavioral context about side effects.

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 well-structured with a brief overview followed by bullet-pointed actions. It is concise but informative, with few wasted words. Could be slightly more terse.

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

Completeness3/5

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

The description covers main actions but lacks details on return values for read actions, error handling, and does not clarify that endpoint_id is required in schema but only relevant for specific actions. This leaves gaps for an agent to fully utilize the tool.

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

Parameters3/5

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

Schema coverage is 100%, so baseline is 3. The description does not add new semantics for parameters beyond listing actions; it mentions endpoint_id in context of toggle but schema already covers it. No extra value added.

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 the tool's purpose as a WebSocket relay for cloud experiments to reach private endpoints, and lists specific actions (status, endpoint_list, endpoint_toggle, disconnect) with precise verbs and resources. It distinguishes itself from siblings by its unique domain of bridge/private endpoint management.

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 usage for managing the bridge but does not explicitly state when to use this tool vs alternatives, nor does it provide when-not-to-use guidance. Given the many sibling tools, explicit differentiation would enhance this dimension.

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/escapeboy/agent-fleet-o'

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