Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
pcb_get_stateB

获取 PCB 完整状态(元件、网络、板框等)

pcb_screenshotA

截取当前 PCB 编辑器截图

pcb_run_drcA

运行 PCB 设计规则检查 (DRC)

pcb_get_tracksC

查询走线段

pcb_get_padsB

查询焊盘信息

pcb_get_net_primitivesB

查询指定网络的所有图元

pcb_get_board_infoB

获取工程信息(板名、层数等)

pcb_get_feature_supportA

查询 bridge 支持的功能列表

pcb_pingB

检查 bridge 连接状态

pcb_move_componentB

移动元件到指定坐标 (mil)

pcb_relocate_componentB

安全搬迁元件(自动断开走线)

pcb_batch_moveB

批量移动多个元件

pcb_select_componentB

在编辑器中选中元件

pcb_delete_selectedB

删除当前选中的对象

pcb_create_componentB

从库中放置元件到 PCB

pcb_route_trackC

画走线

pcb_create_viaC

创建过孔

pcb_delete_tracksC

删除走线

pcb_delete_viaC

删除过孔

pcb_create_copper_pourC

创建矩形铺铜区域

pcb_delete_pourC

删除铺铜

pcb_create_keepoutC

创建矩形禁布区

pcb_delete_keepoutB

删除禁布区

pcb_move_silkscreenC

移动丝印文字

pcb_auto_silkscreenA

自动排列所有丝印(避免重叠)

pcb_get_silkscreensB

查询所有丝印文字

pcb_create_diff_pairC

创建差分对

pcb_list_diff_pairsA

列出所有差分对

pcb_delete_diff_pairB

删除差分对

pcb_create_equal_lengthC

创建等长组

pcb_list_equal_lengthsA

列出所有等长组

pcb_delete_equal_lengthC

删除等长组

sch_get_stateB

读取原理图状态

sch_get_netlistC

导出网表

sch_run_drcB

运行原理图 DRC

pcb_open_documentC

切换到指定文档(原理图或 PCB)

sch_create_componentA

在原理图放置元件。可直接传 libraryUuid+uuid,或传 lcsc/query 由 easyeda-agent 自动解析 device identity(路线1:LCSC 取件解析器)。先试 JLCMCP 原生创建,失败降级委派 easyeda-agent。

sch_create_wireA

在原理图绘制正交导线(points 为 "x1 y1 x2 y2 ..." 空格分隔的点串)

sch_create_netlabelA

在原理图放置网络标号(绑定到导线上)

sch_create_junctionB

在原理图放置连接点(junction)

sch_clear_schematicA

清空当前原理图的所有元件/导线/网络标号/连接点(重绘前清理)

calc_impedanceB

计算 PCB 走线阻抗,或根据目标阻抗反算线宽。支持微带线/带状线/差分模式

calc_trace_widthA

根据载流要求计算最小走线宽度 (IPC-2221)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/hevents/jlcmcp'

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