Skip to main content
Glama
Eyalm321

jlcpcb-mcp

by Eyalm321

jlcpcb_official_component_feed

Retrieve the full JLCPCB component catalog in bulk using cursor pagination. Pass the lastKey from a prior call to fetch subsequent pages.

Instructions

Official JLCPCB Parts API (authenticated): cursor-paginated bulk feed of the component catalog. Pass the lastKey returned by a previous call to page through the entire library. Requires API credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
last_keyNoPagination cursor from a previous call; omit for the first page
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well: it discloses authentication requirements, cursor-based pagination, and the need to reuse the returned lastKey. It does not detail rate limits or failure behavior, but the core behavioral traits are clearly stated.

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 tightly worded sentences that front-load the official/authenticated identity and then immediately explain the pagination mechanism. Every phrase earns its place with no wasted words.

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?

The description gives enough context to select and start using the tool: it names the output domain (component catalog), explains paging, and notes credentials. It stops short of describing the item fields or page shape, but for a bulk feed without an output schema this is a reasonable level of detail.

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?

The schema already covers the single parameter at 100% coverage, including the 'omit for the first page' instruction. The description reinforces the cursor reuse behavior and adds the 'entire library' context, but provides little new semantic information beyond the schema.

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 immediately identifies this as an authenticated, cursor-paginated bulk feed of the JLCPCB component catalog. It provides a specific action—page through the entire library—and distinguishes itself from detail/lookup tools by emphasizing full-catalog bulk retrieval.

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

Usage Guidelines3/5

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

It states the prerequisite of API credentials and describes the intended use case of iterating the full catalog. However, it does not explicitly contrast with sibling tools like jlcpcb_official_component_library or jlcpcb_search_components, nor does it explain when not to use this tool.

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