Skip to main content
Glama

Google Cloud MCP Server

by krzko

logs-time-range

Query and retrieve Google Cloud logs within a specific time range using ISO or relative timestamps. Apply filters and set limits to extract relevant data efficiently with MCP Server interaction.

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