Skip to main content
Glama

Cloud Run MCP Server

Official

get_service

Retrieve detailed information about a specific Cloud Run service, including project ID, region, and service name, to manage and monitor deployments effectively.

Instructions

Gets details for a specific Cloud Run service.

Input Schema

NameRequiredDescriptionDefault
projectYesGoogle Cloud project ID containing the service
regionNoRegion where the service is locatedeurope-west1
serviceYesName of the Cloud Run service

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "project": { "description": "Google Cloud project ID containing the service", "type": "string" }, "region": { "default": "europe-west1", "description": "Region where the service is located", "type": "string" }, "service": { "description": "Name of the Cloud Run service", "type": "string" } }, "required": [ "project", "service" ], "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