Skip to main content
Glama

Google Cloud MCP Server

by krzko

gcp-billing-cost-recommendations

Analyze Google Cloud billing to identify cost-saving opportunities by generating tailored recommendations based on account, project, savings priority, and minimum savings threshold.

Instructions

Generate cost optimisation recommendations with potential savings for Google Cloud billing

Input Schema

NameRequiredDescriptionDefault
billingAccountNameYesBilling account name (e.g., 'billingAccounts/123456-789ABC-DEF012')
minSavingsAmountNoMinimum savings amount to include in recommendations
priorityNoFilter recommendations by priority levelall
projectIdNoOptional project ID to filter recommendations

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" }, "minSavingsAmount": { "default": 10, "description": "Minimum savings amount to include in recommendations", "minimum": 0, "type": "number" }, "priority": { "default": "all", "description": "Filter recommendations by priority level", "enum": [ "low", "medium", "high", "all" ], "type": "string" }, "projectId": { "description": "Optional project ID to filter recommendations", "type": "string" } }, "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