Skip to main content
Glama

GCP Billing and Monitoring MCP Server

by RadiumGu

gcp-trace-get-trace

Retrieve Google Cloud trace data by trace ID to analyze request flows and diagnose performance issues in GCP services.

Input Schema

NameRequiredDescriptionDefault
projectIdNoOptional Google Cloud project ID
traceIdYesThe trace ID to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "Optional Google Cloud project ID", "type": "string" }, "traceId": { "description": "The trace ID to retrieve", "type": "string" } }, "required": [ "traceId" ], "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