Skip to main content
Glama

Google Cloud MCP Server

by krzko

gcp-billing-list-accounts

Retrieve all accessible Google Cloud billing accounts with pagination and optional filtering for efficient account management and visibility into cloud costs.

Instructions

List all Google Cloud billing accounts accessible to the user

Input Schema

NameRequiredDescriptionDefault
filterNoOptional filter for billing accounts (e.g., 'open=true')
pageSizeNoMaximum number of billing accounts to return (1-50)
pageTokenNoToken for pagination to get next page of results

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "description": "Optional filter for billing accounts (e.g., 'open=true')", "type": "string" }, "pageSize": { "default": 20, "description": "Maximum number of billing accounts to return (1-50)", "maximum": 50, "minimum": 1, "type": "number" }, "pageToken": { "description": "Token for pagination to get next page of results", "type": "string" } }, "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