Skip to main content
Glama

Google Cloud MCP Server

by andyl25

logs-time-range

Filter and retrieve log entries within a specified time range on the Google Cloud MCP Server, using start and end times, optional filters, and a customizable limit for entries.

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/andyl25/googlecloud-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server