list_recent_orders
Retrieve recent orders from your account, showing order ID, date, status, total, and a link to view details.
Instructions
List recent orders from the Tuma250 "My Orders" page.
Args: limit: Maximum number of orders to return (default 10).
Returns: list of order summary objects, each containing: - order_id (str | None) - date (str | None) - status (str | None) - total (float | None) - link (str | None): URL to the order detail page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |