Skip to main content
Glama

GCP MCP

by henihaddad

list_assets

Retrieve and filter assets in a Google Cloud Platform project using the Cloud Asset Inventory API. Specify project ID, asset types, and page size to organize resource data.

Instructions

List assets in a GCP project using Cloud Asset Inventory API. Args: project_id: The ID of the GCP project to list assets for asset_types: Optional list of asset types to filter by (e.g., ["compute.googleapis.com/Instance"]) page_size: Number of assets to return per page (default: 50, max: 1000) Returns: List of assets in the specified GCP project

Input Schema

NameRequiredDescriptionDefault
asset_typesNo
page_sizeNo
project_idYes

Input Schema (JSON Schema)

{ "properties": { "asset_types": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Asset Types" }, "page_size": { "default": 50, "title": "Page Size", "type": "integer" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id" ], "title": "list_assetsArguments", "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