Skip to main content
Glama

Google Cloud MCP Server

by krzko

query-logs

Filter and retrieve specific log entries from Google Cloud services using structured queries. Set limits to control the number of results returned, enabling efficient log analysis and monitoring.

Input Schema

NameRequiredDescriptionDefault
filterYesThe filter to apply to logs
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", "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