GCP MCP

by eniayomi
Verified

get-cost-forecast

Get cost forecast for the current project

Input Schema

NameRequiredDescriptionDefault
monthsNoNumber of months to forecast (default: 3)
projectIdNoProject ID to get forecast for (defaults to selected project)

Input Schema (JSON Schema)

{ "properties": { "months": { "description": "Number of months to forecast (default: 3)", "type": "number" }, "projectId": { "description": "Project ID to get forecast for (defaults to selected project)", "type": "string" } }, "required": [], "type": "object" }