Skip to main content
Glama

Google Cloud MCP Server

by krzko

gcp-logging-query-logs

Query Google Cloud Logs using custom filters to search across payload types and metadata fields. Retrieve specific log entries efficiently with defined limits.

Instructions

Query Google Cloud Logs with custom filters. Searches across all payload types (text, JSON, proto) and metadata fields.

Input Schema

NameRequiredDescriptionDefault
filterYesThe filter to apply to logs (Cloud Logging query language)
limitNoMaximum number of log entries to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "description": "The filter to apply to logs (Cloud Logging query language)", "type": "string" }, "limit": { "default": 50, "description": "Maximum number of log entries to return", "maximum": 1000, "minimum": 1, "type": "number" } }, "required": [ "filter" ], "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