agora_get_user_orders
Retrieve a list of all orders placed by the current user within the Agora MCP server, enabling efficient tracking and management of purchase history.
Instructions
Get all orders for the current user.
Returns:
A list of orders.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "agora_get_user_ordersArguments",
"type": "object"
}