Skip to main content
Glama

Google Cloud MCP Server

by andyl25

query-logs

Query and analyze Google Cloud logs using customizable filters and set limits to retrieve specific log entries efficiently.

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

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