Skip to main content
Glama

GCP MCP

by henihaddad

list_monitoring_metrics

Discover and filter available monitoring metrics for a GCP project using a specified project ID and optional filter string to streamline monitoring setup and analysis.

Instructions

List available monitoring metrics for a GCP project. Args: project_id: The ID of the GCP project to list metrics for filter_str: Optional filter string to narrow down the metrics Returns: List of available monitoring metrics in the specified GCP project

Input Schema

NameRequiredDescriptionDefault
filter_strNo
project_idYes

Input Schema (JSON Schema)

{ "properties": { "filter_str": { "default": "", "title": "Filter Str", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id" ], "title": "list_monitoring_metricsArguments", "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/henihaddad/gcp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server