Skip to main content
Glama
fireostendere

DipTrace MCP

set_pin_no_connect

Mark or unmark selected schematic pins as intentionally not connected. Preview changes in a dry run before applying to the design.

Instructions

Set or clear intentional no-connect on selected schematic pins. All distances are in millimetres, regardless of the document's own Units attribute. Input schema: diptrace://schemas/tool-inputs. dry_run=true previews without writing. Set dry_run=false only after inspecting the preview and pass its expected_sha256.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo
txidNo
dry_runNo
selectorNo
no_connectYes
expected_sha256No

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full behavioral disclosure burden. It reveals important traits: distances are always in millimetres regardless of document units, and the write operation is protected by a dry_run + SHA-256 verification flow. This goes beyond a simple action and warns about side effects. It does not mention permissions or undo behavior, so it is not a 5.

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

Conciseness5/5

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

The description is three concise sentences. The first delivers the core purpose, the second adds a critical unit caveat, and the third explains the safe application flow. Every sentence carries essential information without redundancy. Ideal structure and length.

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?

Given the tool's complexity (6 parameters, no annotations) and that an output schema exists, the description covers key context: units, dry_run behavior, and the expected_sha256 contract. It lacks details on how selection works (selector parameter) and what the operation returns, but the output schema likely covers result shape. The safety-focused guidance compensates for many potential gaps.

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?

The input schema has zero descriptions (0% coverage), so the description must compensate. It explicitly explains dry_run and expected_sha256, tying them together as a preview/apply safety mechanism. The first sentence implies semantics for no_connect ('set or clear'), but other parameters like selector, path, and txid are not explained. The description adds value but does not fully cover all six parameters.

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 function: 'Set or clear intentional no-connect on selected schematic pins.' This uses a specific verb ('set or clear'), identifies the resource ('schematic pins'), and distinguishes it from sibling tools like connect_pins and disconnect_pins. The purpose is immediately unambiguous.

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

Usage Guidelines4/5

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

The description provides clear operational guidance, especially the dry_run workflow: 'dry_run=true previews without writing' and 'Set dry_run=false only after inspecting the preview and pass its expected_sha256.' This tells the agent when to use the safe preview mode and when to apply changes. However, it does not explicitly compare to alternatives or state when not to use this tool, so it stops short of a 5.

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/fireostendere/mcp_diptrace'

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