Skip to main content
Glama

MCP Uber Server

uber_get_ride_status

Retrieve real-time status of an Uber ride by providing the user ID and request ID to track ride progress and updates.

Instructions

Get the current status of a ride request

Input Schema

NameRequiredDescriptionDefault
requestIdYesRide request ID
userIdYesUnique identifier for the user

Input Schema (JSON Schema)

{ "properties": { "requestId": { "description": "Ride request ID", "type": "string" }, "userId": { "description": "Unique identifier for the user", "type": "string" } }, "required": [ "userId", "requestId" ], "type": "object" }
Install Server

Other Tools from MCP Uber Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/199-biotechnologies/mcp-uber'

If you have feedback or need assistance with the MCP directory API, please join our Discord server