Skip to main content
Glama
fireostendere

DipTrace MCP

add_testpoints

Adds standalone-pad testpoints to DipTrace PCB designs, connecting them to existing nets atomically. Supports dry-run preview and SHA-256 confirmation for safe modification.

Instructions

Add explicit standalone-pad testpoints and connect them to existing nets atomically. All distances are in millimetres, regardless of the document's own Units attribute. 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
testpointsYes
expected_sha256No

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Discloses that distances are in millimetres regardless of document units, that the operation is atomic, and that dry_run previews without writing. This adds meaningful behavioral context beyond the schema, though it doesn't describe failure modes or what the preview returns.

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?

Three sentences, front-loaded with purpose and then key safety details. Each sentence is essential and non-redundant, making it concise and well-structured.

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?

For a write operation with nested parameters and a dry-run/commit pattern, the description covers the essential workflow and safety requirements. It doesn't detail the preview output format or transaction integration, but the output schema and sibling transaction tools provide surrounding context.

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 description explicitly explains the critical parameters: dry_run's behavior and expected_sha256's role as a safety check. It also clarifies units for all distance parameters. Path and txid are left implicit, but the nested operation schema already documents most distance 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?

Description states 'Add explicit standalone-pad testpoints and connect them to existing nets atomically' with a specific verb and resource, clearly distinguishing from sibling tools like move_testpoints or remove_testpoints. It also clarifies the atomic nature, which is a key differentiator.

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?

Provides a clear workflow: use dry_run=true to preview, then set dry_run=false with expected_sha256 after inspection. This gives clear context for safe usage, though it does not explicitly exclude alternatives like find_testpoint_candidates for discovering locations.

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