Skip to main content
Glama

Google Cloud MCP Server

by krzko

gcp-logging-search-comprehensive

Search all Google Cloud log fields—textPayload, jsonPayload, protoPayload, labels, HTTP requests, and metadata—using a term, time range, severity, and resource filters to retrieve relevant log entries for analysis.

Instructions

Search across all log fields including textPayload, jsonPayload, protoPayload, labels, HTTP requests, and metadata. Provides maximum context.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of log entries to return
resourceNoResource type to filter by (e.g., "cloud_function", "gke_container")
searchTermYesTerm to search for across all payload types and fields
severityNoMinimum severity level to filter by
timeRangeNoTime range to search (e.g., "1h", "24h", "7d")1h

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 50, "description": "Maximum number of log entries to return", "maximum": 500, "minimum": 1, "type": "number" }, "resource": { "description": "Resource type to filter by (e.g., \"cloud_function\", \"gke_container\")", "type": "string" }, "searchTerm": { "description": "Term to search for across all payload types and fields", "type": "string" }, "severity": { "description": "Minimum severity level to filter by", "enum": [ "DEFAULT", "DEBUG", "INFO", "NOTICE", "WARNING", "ERROR", "CRITICAL", "ALERT", "EMERGENCY" ], "type": "string" }, "timeRange": { "default": "1h", "description": "Time range to search (e.g., \"1h\", \"24h\", \"7d\")", "type": "string" } }, "required": [ "searchTerm" ], "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