Skip to main content
Glama

agora_get_user_info

Retrieve user profile details and shipping addresses from Agora to personalize shopping experiences and streamline checkout 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

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The async handler function decorated with @mcp.tool() that implements the agora_get_user_info tool by calling the Agora client's get_user_info method and handling the response.
    @mcp.tool()
    async def agora_get_user_info() -> Dict:
        """
        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
        """
        response = get_agora().get_user_info()
        return handle_response(response)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Fewsats/agora-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server