Skip to main content
Glama

MCP Uber Server

uber_cancel_ride

Cancel an ongoing Uber ride by providing the user ID and ride request ID. This tool is part of the MCP Uber Server, enabling AI assistants to manage ride requests effectively.

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" }
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