agora_get_order
Retrieve specific order details by providing the order ID in Agora MCP. Facilitates access to order information for better tracking and management.
Instructions
Get details for a specific order in Agora.
Args:
order_id: The order ID.
Returns:
The order details.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
order_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"order_id": {
"title": "Order Id",
"type": "string"
}
},
"required": [
"order_id"
],
"title": "agora_get_orderArguments",
"type": "object"
}