Skip to main content
Glama
vino3dx
by vino3dx

bridge_stop

Read-only

Stop the MCP bridge and free its port when closing a 3ds Max session or troubleshooting. All MCP tools remain unavailable until mcpBridgeStart() runs again.

Instructions

停止桥接并释放端口。停止后所有 MCP 工具都会失败,直到在 3ds Max 中重新运行 mcpBridgeStart()。 [English] Stop the bridge and release the port. Every MCP tool will fail afterwards until mcpBridgeStart() is run again inside 3ds Max.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior1/5

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

The description transparently discloses a major side effect: 'Every MCP tool will fail afterwards until mcpBridgeStart() is run again.' However, the annotations declare readOnlyHint=true, which implies the tool has no state-changing side effects. This contradicts the description's clear statement that stopping the bridge alters the availability of all other tools, so the score is 1 due to the contradiction.

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 concise and front-loaded with the core action in both Chinese and English. It uses only two sentences to convey the action and the key consequence. The bilingual duplication is slightly redundant but not bloated, and all information is essential.

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?

The description covers the main actionainer, the result (release port), and the critical consequence (all tools fail until restart). It does not describe the return value, but for a simple stop operation this is a minor omission. Given the absence of output schema and parameters, the description is sufficiently complete for an agent to understand the tool's impact.

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 tool has zero parametersate. With 0 parameters, the baseline is 4, and the description correctly does not waste space on parameter details. The schema already covers the empty parameter set completely.

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 states a clear action: 'Stop the bridge and release the port.' It names the specific resource (bridge) and the effect (releasing the port). The additional consequence of all MCP tools failing clearly distinguishes this from sibling tools like bridge_status, bridge_restart, and bridge_ping.

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 when to use it (to intentionally stop the bridge) and mentions the recovery path via mcpBridgeStart(). However, it does not explicitly compare it with alternatives like bridge_restart or state when one would NOT want to use it. The guidance is present but not fully developed.

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