uber_request_ride
Request an Uber ride by specifying user ID, product ID, start and destination coordinates. Enables AI assistants to book rides via MCP Uber Server.
Instructions
Request an Uber ride
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endLatitude | Yes | Destination latitude | |
endLongitude | Yes | Destination longitude | |
fareId | No | Fare ID from price estimate | |
productId | Yes | Uber product ID (from price estimates) | |
startLatitude | Yes | Starting location latitude | |
startLongitude | Yes | Starting location longitude | |
userId | Yes | Unique identifier for the user |