MCP tool · Services & subscriptions
get_order
Get one order in full: its invoice with line items, the paymentUrl to pay it (null once paid), and provisioning[] — the live status of each service the order creates.
get_order
Read-onlyIdempotent
Description
Get one order in full: its invoice with line items, the paymentUrl to pay it (null once paid), and provisioning[] — the live status of each service the order creates. Use to check "is my order paid", "has it provisioned yet", or to fetch the payment link to hand the human again. Get the orderId from list_orders or from a create_order you approved.
Input
| Name | Type | Description |
|---|---|---|
order_id
required
|
integer |
The order id, e.g. from list_orders. Minimum 1.
|