Skip to main content
Glama
Eyalm321

jlcpcb-mcp

by Eyalm321

jlcpcb_pcb_create_order

Create real paid PCB and SMT-stencil orders with JLCPCB. Submit order parameters (file key, batch number, PCB details, addresses, shipping method) to finalize a previously quoted order via the official API.

Instructions

Official PCB API: CREATE A REAL, PAID PCB / SMT-stencil order. Disabled unless JLCPCB_ENABLE_ORDERS=true. Pass a params object (typically built from a prior jlcpcb_pcb_calculate_price quote) with keys such as fileKey, batchNum, orderType, pcbParam, shippingAddress, billingAddress, shippingMethod. Requires API credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYesCreate-order body: { fileKey, batchNum, orderType, pcbParam, smtStencilParam, shippingAddress, billingAddress, shippingMethod, achieveDate }
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It prominently warns that this creates a real, paid order, implying financial impact and irreversibility. It also discloses the environment-flag requirement and API credentials, which are critical for an agent to avoid unintended financial transactions. Missing details like response format or error behaviors, but the core safety context is effectively communicated.

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?

The description is concise and well-structured: a clear purpose statement, a critical prerequisite warning, and a practical note on parameter construction. Every sentence adds unique value, with no redundancy or fluff. It is front-loaded, placing the most important safety message ('REAL, PAID') at the beginning.

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 complex tool that places a financial order, the description covers the essential context: what it does, prerequisites (env flag, credentials), and the typical input source. It lacks an explicit mention of the return value or post-order behavior, but the presence of sibling tools like jlcpcb_pcb_get_order_detail implies a follow-up workflow. This is adequate for an agent to understand the tool's role and act responsibly.

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 schema already describes the params object with a list of keys, so baseline is 3. The description adds meaningful context by stating that params are 'typically built from a prior jlcpcb_pcb_calculate_price quote', which informs the agent how to construct or obtain the necessary data. This goes beyond the schema's static list and helps the agent understand the relationship between tools.

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 tool's purpose with a specific verb and resource: 'CREATE A REAL, PAID PCB / SMT-stencil order.' It distinguishes itself from sibling tools (e.g., jlcpcb_tdp_create_order) by the 'Official PCB API' prefix and explicit mention of PCB/SMT-stencil ordering, making the tool's function unambiguous.

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 clear usage context: it should be used after a prior jlcpcb_pcb_calculate_price quote, and it is disabled unless JLCPCB_ENABLE_ORDERS=true. It does not explicitly name alternatives or state when not to use it, but the workflow hint and environment flag give strong practical guidance for when this tool is appropriate.

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/Eyalm321/jlcpcb-mcp'

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