Skip to main content
Glama

Google Cloud MCP Server

by krzko

gcp-billing-analyse-costs

Analyze Google Cloud billing data to identify cost trends, filter expenses by project or service, and group costs by time, SKU, project, or service for informed budgeting and optimization.

Instructions

Perform detailed cost analysis with trends and insights for Google Cloud billing data

Input Schema

NameRequiredDescriptionDefault
billingAccountNameYesBilling account name (e.g., 'billingAccounts/123456-789ABC-DEF012')
endDateYesEnd date for cost analysis (ISO format: YYYY-MM-DD)
groupByNoGroup costs by project, service, SKU, or timeservice
projectIdNoOptional project ID to filter costs
serviceIdNoOptional service ID to filter costs
startDateYesStart date for cost analysis (ISO format: YYYY-MM-DD)

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" }, "endDate": { "description": "End date for cost analysis (ISO format: YYYY-MM-DD)", "type": "string" }, "groupBy": { "default": "service", "description": "Group costs by project, service, SKU, or time", "enum": [ "project", "service", "sku", "time" ], "type": "string" }, "projectId": { "description": "Optional project ID to filter costs", "type": "string" }, "serviceId": { "description": "Optional service ID to filter costs", "type": "string" }, "startDate": { "description": "Start date for cost analysis (ISO format: YYYY-MM-DD)", "type": "string" } }, "required": [ "billingAccountName", "startDate", "endDate" ], "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