cse_search
Check ECAD model availability and datasheets for electronic components. Search for KiCad, Eagle, and Altium symbols, footprints, and 3D models using part numbers or keywords.
Instructions
Search SamacSys ComponentSearchEngine for ECAD model availability and datasheets.
Use this to check if KiCad/Eagle/Altium symbols, footprints, and 3D models exist for a part. No API key required.
WARNING: This tool is slow (up to 45s response time). Only use when you specifically need ECAD model availability or datasheets from ComponentSearchEngine. For general part search, use jlc_search instead. For EasyEDA footprint availability, use jlc_get_part.
Args: query: MPN or keyword (e.g., "LM358P", "STM32F103", "ESP32") limit: Max results to return (1-10, default 5)
Returns: results: List of parts with mfr_part_number, manufacturer, description, datasheet_url, has_model (symbol/footprint available), has_3d (3D model available), model_quality (0-4), cse_part_id, pin_count, image_url total: Total matching results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |