disconnect
Close the active oscilloscope connection to release the VISA session and stop further SCPI communication.
Instructions
Close the current instrument connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Close the active oscilloscope connection to release the VISA session and stop further SCPI communication.
Close the current instrument connection.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v0.1.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It does not disclose required state, side effects, reversibility, or what happens if no connection exists. 'Close' implies termination but lacks depth.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence with no wasted words, front-loaded. Appropriate size for a simple action.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 0-parameter tool, the description suffices to invoke the action. However, with no annotations and no output schema, it should include more context about prerequisites and effects to be fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Zero parameters, so the schema provides no additional semantics. Baseline for 0 params is 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb 'Close' and resource 'current instrument connection,' making the action unambiguous. However, it does not explicitly name or differentiate from siblings like connect or smb_disconnect, though the phrase 'instrument connection' implies a VISA session rather than SMB.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives. Does not mention prerequisites (e.g., must be connected) or reference the sibling connect tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.