create_intent
Register a firm buying intent for a product family at its current firm price, establishing a soft commitment with a time-to-live (TTL) without creating a GAM order or inventory hold.
Instructions
Register a firm buying intent over a product family at its current firm price (soft commitment with TTL). Not a GAM order or inventory hold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Buyer bearer JWT (RS256, aud=seller-mcp-node). Identity is derived from token.sub. | |
| period | Yes | Target period (e.g. Q4-2026, 2026-10) | |
| family_id | Yes | Product family ID from discover_products | |
| price_ref | Yes | The firm list price the buyer commits to; must match the family's current firm price | |
| client_request_id | No | Client-supplied idempotency key for replay detection |