Describe a uStore endpoint
ustore_describe_endpointInspect the full API contract for any uStore endpoint—parameters, request/response shapes—before making calls.
Instructions
Show the full contract for one operation: path/query/header parameters, request body shape, and response shape. Call this before ustore_call_endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | e.g. /api/Orders/{orderId} | |
| method | No | Required when path is ambiguous | |
| operationId | No | Alternative to path+method |