Skip to main content
Glama

Google Cloud MCP Server

by krzko

natural-language-metrics-query

Analyze Google Cloud Monitoring metrics using natural language queries. Specify time ranges and alignment periods to extract precise insights from your data.

Input Schema

NameRequiredDescriptionDefault
alignmentPeriodNoAlignment period (e.g., "60s", "300s")
endTimeNoEnd time in ISO format (defaults to now)
queryYesNatural language description of the query you want to execute
startTimeNoStart time in ISO format or relative time (e.g., "1h", "2d")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "alignmentPeriod": { "description": "Alignment period (e.g., \"60s\", \"300s\")", "type": "string" }, "endTime": { "description": "End time in ISO format (defaults to now)", "type": "string" }, "query": { "description": "Natural language description of the query you want to execute", "type": "string" }, "startTime": { "description": "Start time in ISO format or relative time (e.g., \"1h\", \"2d\")", "type": "string" } }, "required": [ "query" ], "type": "object" }

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/krzko/google-cloud-mcp'

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