get_order
ActiveTool of Custom Blinds Shop
Retrieve a confirmed order's status, items, and payment details by order_id. customer_email is required as soft-auth and must exactly match the order record — prevents arbitrary order lookups. Returns payment status (paid | pending | failed), production status, and dispatch date once available.
Parameters schema
{
"type": "object",
"required": [
"order_id",
"customer_email"
],
"properties": {
"order_id": {
"type": "string"
},
"customer_email": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Custom Blinds Shop
https://github.com/CustomBlinds/cb-shop-mcp
1/7 registries