Retrieves full details for a single product including price, description, nutritional information, and availability.
| Platform | Status | Notes |
|---|
| iOS | Yes | — |
| Android | Yes | — |
Description
Get detailed information about a specific product
Parameters
| Name | Type | Required | Default | Description |
|---|
product_code | string | Yes | — | The unique product code |
Response
| Field | Type | Description |
|---|
code | string | Product code |
name | string | Product display name |
description | string | Full product description |
price | string | Formatted price |
image_url | string | Product image URL |
in_stock | boolean | Availability status |
categories | array | Category hierarchy |
Error Codes
| Code | Description |
|---|
INVALID_PARAMS | Missing product_code parameter |
EXECUTION_ERROR | Product not found or service error |
Source Files
- iOS:
one-app-ios-chat/Chat/Sources/Chat/MCP/EcommerceMCPServer.swift
- Android:
chat-pnp-android/mcp-ecommerce/src/main/java/pnp/app/mcp/ecommerce/tools/EcommerceMCPTools.kt