You're viewing a demo portfolio

Join the waitlist
PRSM

get_order

Active

Tool of Custom Blinds Shop

declared in 1.0.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Custom Blinds Shop

https://github.com/CustomBlinds/cb-shop-mcp

1/7 registries
View full server →
get_order — Custom Blinds Shop — PRSM MCP