estimate_cost
Calculate pricing for electronic components by entering part numbers and quantities to receive per-item and total cost estimates in your preferred currency.
Instructions
Get a quick cost estimate for a list of parts.
Each part should have at minimum a part_number and quantity field.
Args: parts: List of parts, each with part_number and quantity currency: Currency code (default USD)
Returns: Cost estimate with per-part and total breakdown
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parts | Yes | ||
| currency | No | USD |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||