{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://tridenttaxis.online/mcp-schemas/samples/index.json",
  "title": "Trident Taxis MCP sample payloads",
  "description": "Copy-ready JSON-RPC request/response pairs for every MCP tool, covering the success path and one representative failure. Not schemas — these are literal samples you can paste into a client or test fixture.",
  "endpoint": "https://tridenttaxis.online/mcp",
  "samples": {
    "estimate_fare": {
      "success": "./estimate_fare.success.json",
      "error": "./estimate_fare.error.json"
    },
    "get_service_info": {
      "success": "./get_service_info.success.json",
      "error": "./get_service_info.error.json"
    },
    "start_booking": {
      "success": "./start_booking.success.json",
      "error": "./start_booking.error.json"
    }
  }
}
