Skip to main content
Glama

GCP Billing and Monitoring MCP Server

by RadiumGu

gcp-logging-search-comprehensive

Search across all Google Cloud Platform log fields including payloads, labels, and metadata to quickly find relevant log entries and troubleshoot issues.

Instructions

Search across all log fields including textPayload, jsonPayload, protoPayload, labels, HTTP requests, and metadata. Provides maximum context.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of log entries to return
resourceNoResource type to filter by (e.g., "cloud_function", "gke_container")
searchTermYesTerm to search for across all payload types and fields
severityNoMinimum severity level to filter by
timeRangeNoTime range to search (e.g., "1h", "24h", "7d")1h

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 50, "description": "Maximum number of log entries to return", "maximum": 500, "minimum": 1, "type": "number" }, "resource": { "description": "Resource type to filter by (e.g., \"cloud_function\", \"gke_container\")", "type": "string" }, "searchTerm": { "description": "Term to search for across all payload types and fields", "type": "string" }, "severity": { "description": "Minimum severity level to filter by", "enum": [ "DEFAULT", "DEBUG", "INFO", "NOTICE", "WARNING", "ERROR", "CRITICAL", "ALERT", "EMERGENCY" ], "type": "string" }, "timeRange": { "default": "1h", "description": "Time range to search (e.g., \"1h\", \"24h\", \"7d\")", "type": "string" } }, "required": [ "searchTerm" ], "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/RadiumGu/gcp-billing-and-monitoring-mcp'

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