Skip to main content
Glama

Cloud Run MCP Server

Official

list_services

Retrieve a list of Google Cloud Run services within a specified project and region using the MCP Server. Simplify service monitoring and management with accurate, region-specific details.

Instructions

Lists Cloud Run services in a given project and region.

Input Schema

NameRequiredDescriptionDefault
projectYesGoogle Cloud project ID
regionNoRegion where the services are locatedeurope-west1

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "project": { "description": "Google Cloud project ID", "type": "string" }, "region": { "default": "europe-west1", "description": "Region where the services are located", "type": "string" } }, "required": [ "project" ], "type": "object" }

You must be authenticated.

Other Tools from Cloud Run MCP 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/GoogleCloudPlatform/cloud-run-mcp'

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