GCP MCP

by eniayomi
Verified

get-billing-info

Get billing information for the current project

Input Schema

NameRequiredDescriptionDefault
projectIdNoProject ID to get billing info for (defaults to selected project)

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "Project ID to get billing info for (defaults to selected project)", "type": "string" } }, "required": [], "type": "object" }