Skip to main content
Glama

Google Cloud MCP Server

by krzko

gcp-billing-detect-anomalies

Identify unexpected spending patterns in Google Cloud billing data by analyzing cost anomalies within a specified timeframe and threshold for enhanced cost management.

Instructions

Detect unusual cost patterns and spending anomalies in Google Cloud billing data

Input Schema

NameRequiredDescriptionDefault
billingAccountNameYesBilling account name (e.g., 'billingAccounts/123456-789ABC-DEF012')
lookbackDaysNoNumber of days to look back for comparison (7-90)
projectIdNoOptional project ID to filter anomalies
thresholdPercentageNoPercentage threshold for anomaly detection (10-500%)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "billingAccountName": { "description": "Billing account name (e.g., 'billingAccounts/123456-789ABC-DEF012')", "type": "string" }, "lookbackDays": { "default": 30, "description": "Number of days to look back for comparison (7-90)", "maximum": 90, "minimum": 7, "type": "number" }, "projectId": { "description": "Optional project ID to filter anomalies", "type": "string" }, "thresholdPercentage": { "default": 50, "description": "Percentage threshold for anomaly detection (10-500%)", "maximum": 500, "minimum": 10, "type": "number" } }, "required": [ "billingAccountName" ], "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