Skip to main content
Glama

get_part_details

Read-only

Retrieve detailed specifications, pricing, stock availability, and datasheet summaries for electronic components using manufacturer part numbers or LCSC codes.

Instructions

Get full details for a specific electronic component by manufacturer part number (MPN) or LCSC number. Returns specs, pricing, and stock from all configured providers, plus the cached datasheet summary if available. Includes datasheet_status ('ready', 'extracting', or 'not_extracted') and available_sections when ready. Set prefetch_datasheet=true to trigger background extraction — no extra charge. Use after search_parts to drill into a specific result.

The part_number must be a specific manufacturer part number (e.g. 'TPS54302DDCR', 'STM32F446RCT6') or LCSC number (e.g. 'C2837938'). Do NOT pass bare component values ('100nF', '10K'), descriptions ('buck converter'), or reference designators ('R1', 'U3').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
part_numberYesSpecific manufacturer part number (MPN) or LCSC number (e.g. 'C2837938'). Not a value or description.
providerNoWhich provider to query: 'all' (default), 'jlcpcb', 'mouser', or 'digikey'all
prefetch_datasheetNoTrigger background datasheet extraction (no extra charge). Default false.
Behavior4/5

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

Annotations already indicate it's read-only, non-destructive, and open-world, but the description adds valuable context: it explains the 'prefetch_datasheet' parameter's effect (triggering background extraction with no extra charge) and details the 'datasheet_status' field (e.g., 'ready', 'extracting'). This goes beyond annotations by clarifying behavioral aspects like cost and data availability.

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 front-loaded with the core purpose, followed by usage guidelines and parameter clarifications. Every sentence adds value—no wasted words—and it's structured logically from general to specific details, making it easy to parse quickly.

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?

Given the tool's complexity (fetching details from multiple providers) and lack of an output schema, the description does well by outlining what's returned (specs, pricing, stock, datasheet info) and behavioral notes. However, it could be more complete by explicitly mentioning potential limitations (e.g., provider availability or error cases), though annotations cover some aspects like open-world behavior.

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?

With 100% schema description coverage, the schema already documents all parameters well. The description adds some semantic context by emphasizing that 'part_number' must be a specific MPN or LCSC number (not values or descriptions), but it doesn't provide significant extra meaning beyond what's in the schema. This meets the baseline for high schema coverage.

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 specific verbs ('Get full details') and resources ('electronic component'), distinguishing it from siblings like 'search_parts' (which finds components) and 'read_datasheet' (which focuses on datasheets). It explicitly mentions what it returns (specs, pricing, stock, datasheet summary) and what it requires (MPN or LCSC number).

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool ('Use after search_parts to drill into a specific result') and when not to use it (with examples of invalid inputs like '100nF' or 'buck converter'). It also distinguishes it from sibling tools by specifying its role in a workflow, making it clear when to choose this over alternatives.

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/octoco-ltd/sheetsdata-mcp'

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