get_user_profile
Retrieves the signed-in customer's profile details such as name, email, and delivery address.
Platform Support
| Platform | Status | Notes |
|---|---|---|
| iOS | Yes | — |
| Android | Yes | — |
Authentication Required
The user must be signed in to use this tool.
Description
Get the current user's profile information
Parameters
This tool takes no parameters.
Response
| Field | Type | Description |
|---|---|---|
name | string | Customer's full name |
email | string | Email address |
phone | string | Phone number |
delivery_address | string | Default delivery address |
Error Codes
| Code | Description |
|---|---|
AUTH_REQUIRED | User must be signed in |
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