MCP PROMPT · CONTENT & ORDERS
/fulfil-order
Process and mark a shop order as fulfilled.
01 · The flow
What the agent does, in order.
- 01 Call list_orders with status="pending" or "processing" to find orders.
- 02 Call get_order with the orderId to review line items and customer details.
- 03 Call update_order_status with status="fulfilled" and optional tracking info.
- 04 Optionally call get_contact for delivery notification context.
02 · Tools called
4 typed tools in sequence.
list_ordersget_orderupdate_order_statusget_contact
Every tool ships with MCP annotations (title, readOnlyHint, destructiveHint, openWorldHint, idempotentHint). Clients can gate destructive calls before invoking. Full catalog: /server-card.json.
03 · Related
More content & orders playbooks.
Try this in your agent.
Connect FavCRM to Cursor, Claude, ChatGPT, or any MCP client. Type /fulfil-order in chat. Agent runs the steps in order.
Verified .