Skip to main content
Glama

plan_silkscreen

Generate a deterministic silkscreen placement plan with specified grid, clearance, and board-edge constraints, avoiding component bodies to ensure legal, non-overlapping text positioning.

Instructions

Generate and persist a deterministic legal silkscreen placement plan. All distances are in millimetres, regardless of the document's own Units attribute. Input schema: diptrace://schemas/tool-inputs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gridNo
pathNo
selectorNo
clearanceNo
search_stepsNo
include_board_textsNo
board_edge_clearanceNo
avoid_component_bodiesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are present, so the description carries the full burden of disclosing side effects. It does state 'persist' (a write/lasting effect) and 'deterministic' (repeatable behavior), but it does not mention reversibility, permissions, modification of the design, or consequences for existing silkscreen plans. This is comparable to update_drive, which scored a 2 for similar gaps.

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?

Two sentences, both information-dense and free of padding. The unit clarification is high-value and immediately relevant, and the description is front-loaded with the most important verb-object pairing.

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?

For an 8-parameter mutation-style tool with no annotations, this is significantly under-specified. It doesn't mention what the plan contains, where it is persisted, how to retrieve or apply it, what 'legal' constraints are enforced, or the tool's relationship to apply_silkscreen_plan. The presence of an output schema helps return-value expectations, but the operation's side effects and preconditions remain opaque.

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?

Schema description coverage is 0%, so each of the 8 parameters must be explained by the description. The only parameter-level hint is 'All distances are in millimetres', which clarifies grid, clearance, and board_edge_clearance, but leaves selector, path, search_steps, include_board_texts, and avoid_component_bodies entirely unexplained.

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 uses strong, specific verbs ('generate and persist') and a precise resource ('deterministic legal silkscreen placement plan'). It naturally differentiates from sibling tools by indicating it creates a plan rather than applying or checking one, and the word 'legal' adds domain-specific precision.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool versus close siblings like apply_silkscreen_plan, check_silkscreen, or run_silkscreen_check. No workflow context, prerequisites, or alternative-selection tips are given, leaving the agent to infer usage from the name alone.

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