Skip to main content
Glama
fireostendere

DipTrace MCP

set_text_visibility

Set visibility for component silk/assembly markings in DipTrace PCB designs. Preview with dry_run and confirm with expected SHA256 before applying changes.

Instructions

Set visibility for component silk/assembly markings. 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
visibilityYes
allow_lockedNo
expected_sha256No

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description must carry the transparency burden. It discloses dry-run semantics and the millimetre unit convention, but does not mention permissions, reversibility, or the fact that setting visibility writes to the document when dry_run=false. Some behavioral context is provided, but significant gaps remain.

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, with the core purpose front-loaded in the first sentence. The unit note and external schema reference add some length but are plausibly useful. Overall, it's tightly written with no redundant filler.

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

Completeness2/5

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

Even with an output schema, the description omits crucial context about how to specify which text to modify (via selector, path, or txid) and what 'Common' visibility means. For a 7-parameter mutation tool, this gap makes the description insufficient for correct invocation without additional investigation.

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

Parameters2/5

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

The schema has 0% description coverage. The description explains the roles of dry_run and expected_sha256, but says nothing about selector, path, txid, the visibility enum, or allow_locked. Most of the 7 parameters lack meaningful explanation, leaving the agent to rely on names alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb 'Set' and resource 'visibility for component silk/assembly markings', making the tool's function clear. It doesn't explicitly differentiate from sibling tools like set_text_style, but the resource scope provides adequate distinction.

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 explicit workflow guidance: start with dry_run=true to preview, then set dry_run=false only after inspecting the preview and passing its expected_sha256. This gives clear when-to and when-not-to instructions, though no alternative tools are mentioned.

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