{
  "schemaVersion": "witnora.gateway_fixture.v1",
  "agent": {
    "id": "commerce-dispute-agent",
    "framework": "custom-workflow"
  },
  "tools": [
    {
      "name": "list_disputes",
      "description": "Read disputes from a commerce platform.",
      "transport": "tool",
      "expectedCapability": "finance.read",
      "expectedDisposition": "allowed"
    },
    {
      "name": "send_message",
      "description": "Send a case update to an external recipient.",
      "transport": "tool",
      "expectedCapability": "messaging.send",
      "expectedDisposition": "approval_required"
    },
    {
      "name": "submit_appeal",
      "description": "Submit a dispute appeal through a vendor-specific workflow.",
      "transport": "tool",
      "expectedDisposition": "pending"
    }
  ]
}
