get_product
Retrieve product details by ID, including name, description, and product type.
Instructions
Get a single product by ID. Args: product_id (must be > 0). Returns JSON with id, name, description, prod_type fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |