MCP PROMPT · CONTENT & ORDERS

/fulfil-order

Process and mark a shop order as fulfilled.

01 · The flow

What the agent does, in order.

  1. 01 Call list_orders with status="pending" or "processing" to find orders.
  2. 02 Call get_order with the orderId to review line items and customer details.
  3. 03 Call update_order_status with status="fulfilled" and optional tracking info.
  4. 04 Optionally call get_contact for delivery notification context.
02 · Tools called

4 typed tools in sequence.

  • list_orders
  • get_order
  • update_order_status
  • get_contact

Every tool ships with MCP annotations (title, readOnlyHint, destructiveHint, openWorldHint, idempotentHint). Clients can gate destructive calls before invoking. Full catalog: /server-card.json.

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 .