Skip to main content
Glama

Google Cloud MCP Server

by krzko

find-traces-from-logs

Extract traces from Google Cloud logs by applying filters to pinpoint specific entries, enabling efficient log analysis and troubleshooting. Useful for isolating issues based on severity, timestamps, or other criteria.

Input Schema

NameRequiredDescriptionDefault
filterYesFilter for logs (e.g., "severity>=ERROR AND timestamp>"-1d"")
limitNoMaximum number of logs to check
projectIdNoOptional Google Cloud project ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "description": "Filter for logs (e.g., \"severity>=ERROR AND timestamp>\"-1d\"\")", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of logs to check", "maximum": 100, "minimum": 1, "type": "number" }, "projectId": { "description": "Optional Google Cloud project ID", "type": "string" } }, "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