Skip to main content
Glama

Google Cloud MCP Server

by krzko

list-metric-types

Retrieve and filter Google Cloud Monitoring metric types with customizable search terms, page size, and timeout settings for precise monitoring data analysis.

Input Schema

NameRequiredDescriptionDefault
filterNoSimple search term (e.g., "spanner") or full filter expression (e.g., "metric.type = starts_with(\"spanner\")")
pageSizeNoMaximum number of metric types to return
timeoutNoTimeout in seconds for the request

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "description": "Simple search term (e.g., \"spanner\") or full filter expression (e.g., \"metric.type = starts_with(\\\"spanner\\\")\")", "type": "string" }, "pageSize": { "default": 20, "description": "Maximum number of metric types to return", "maximum": 100, "minimum": 1, "type": "number" }, "timeout": { "default": 30, "description": "Timeout in seconds for the request", "maximum": 60, "minimum": 5, "type": "number" } }, "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