Skip to main content
Glama

Google Cloud MCP Server

by krzko

natural-language-trace-query

Analyze and query trace data in Google Cloud using natural language. Submit queries like 'Show failed traces from the last hour' to retrieve specific insights quickly.

Input Schema

NameRequiredDescriptionDefault
projectIdNoOptional Google Cloud project ID
queryYesNatural language query about traces (e.g., "Show me failed traces from the last hour")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "Optional Google Cloud project ID", "type": "string" }, "query": { "description": "Natural language query about traces (e.g., \"Show me failed traces from the last hour\")", "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