agora_get_user_info
Retrieve a user's profile details and shipping addresses in Agora MCP to enhance personalized interactions and support order management processes.
Instructions
Get the current user's profile and shipping addresses in Agora.
Returns:
Dict containing user profile info (firstname, lastname, email) and list of shipping addresses
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "agora_get_user_infoArguments",
"type": "object"
}