Skip to main content
Glama

MCP Uber Server

by 199-mcp

uber_cancel_ride

Cancel an active Uber ride request by providing the user ID and ride request ID, ensuring efficient ride management.

Instructions

Cancel an ongoing ride request

Input Schema

NameRequiredDescriptionDefault
requestIdYesRide request ID to cancel
userIdYesUnique identifier for the user

Input Schema (JSON Schema)

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

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-mcp/mcp-uber'

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