Skip to main content
Glama

Google Cloud MCP Server

by krzko

gcp-logging-query-time-range

Query Google Cloud Logs within a specific time range using ISO timestamps or relative times (e.g., '1h', '2d'). Apply filters and set limits for precise log retrieval on Google Cloud MCP Server.

Instructions

Query Google Cloud Logs within a specific time range. Supports relative times (1h, 2d) and ISO timestamps.

Input Schema

NameRequiredDescriptionDefault
endTimeNoEnd time in ISO format (defaults to now)
filterNoAdditional filter criteria
limitNoMaximum number of log entries to return
startTimeYesStart 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": { "endTime": { "description": "End time in ISO format (defaults to now)", "type": "string" }, "filter": { "description": "Additional filter criteria", "type": "string" }, "limit": { "default": 50, "description": "Maximum number of log entries to return", "maximum": 1000, "minimum": 1, "type": "number" }, "startTime": { "description": "Start time in ISO format or relative time (e.g., \"1h\", \"2d\")", "type": "string" } }, "required": [ "startTime" ], "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