Skip to main content
Glama
Avinash1286

KiCAD MCP Server

by Avinash1286

Set Schematic Property Position

set_schematic_property_position
Destructive

Move a component's Reference or Value label to a specific absolute (x, y) coordinate in mm, with optional rotation or hiding.

Instructions

Move a component's Reference or Value field label to an absolute (x, y) coordinate (mm), optionally rotating or hiding it. Only 'Reference' and 'Value' are supported. Use autoplace_schematic_fields to place all of them automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYesNew X position in mm (absolute schematic coordinate)
yYesNew Y position in mm (absolute schematic coordinate)
angleNoText angle in degrees (default 0)
visibleNoWhether the field is visible (default true)
propertyYesWhich field to move
referenceYesComponent reference designator (e.g., R1, U2)
schematicPathYesPath to the .kicad_sch file

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate destructive behavior, and the description adds that only Reference and Value are supported, and that rotation/hiding is optional. It doesn't contradict annotations, and it clarifies the scope of the mutation.

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 the main action, then constraint, then alternative. No fluff.

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

Completeness5/5

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

The description covers the core functionality, constraints, and an alternative, and with the schema and output schema present, it's sufficient for an agent to use the tool effectively.

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?

Schema coverage is 100%, so all parameters are documented in the schema. The description provides a high-level summary of the parameters (position, rotation, visibility) but no additional semantics beyond what the schema already states.

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 action (Move), the target (component's Reference or Value field label), the coordinate system (absolute x,y in mm), and optional rotation/hiding. It distinguishes itself from autoplace_schematic_fields by naming it as an alternative and from batch tool by implying individual use.

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 explicitly recommends using autoplace_schematic_fields for placing all fields automatically, providing a clear alternative. It also constrains supported properties to Reference and Value, giving context for when this tool is appropriate. However, it doesn't explicitly mention batch_set_schematic_property_positions as an option for multiple components.

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/Avinash1286/KiCAD-MCP-Server-THEAVI'

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