Skip to main content
Glama

Google Cloud MCP Server

by krzko

gcp-trace-list-traces

Retrieve and filter traces from Google Cloud Platform using project ID, time range, and error codes. Specify limits and start time to manage trace data efficiently.

Input Schema

NameRequiredDescriptionDefault
filterNoOptional filter for traces (e.g., "status.code != 0" for errors)
limitNoMaximum number of traces to return
projectIdNoOptional Google Cloud project ID
startTimeNoStart time in RFC3339 format (e.g., "2023-01-01T00:00:00Z") or relative time (e.g., "1h", "2d")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "description": "Optional filter for traces (e.g., \"status.code != 0\" for errors)", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of traces to return", "maximum": 100, "minimum": 1, "type": "number" }, "projectId": { "description": "Optional Google Cloud project ID", "type": "string" }, "startTime": { "description": "Start time in RFC3339 format (e.g., \"2023-01-01T00:00:00Z\") or relative time (e.g., \"1h\", \"2d\")", "type": "string" } }, "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