Skip to main content
Glama

Google Cloud MCP Server

by andyl25

list-traces

Query and retrieve Google Cloud Trace data with optional filters, project ID, time range, and limit parameters to analyze and debug application performance.

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

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