Skip to main content
Glama

GCP MCP

by henihaddad

list_objects

Retrieve a list of objects from a Google Cloud Storage bucket by specifying the project ID, bucket name, and optional prefix. Control the output with a limit parameter.

Instructions

List objects in a Cloud Storage bucket. Args: project_id: The ID of the GCP project bucket_name: The name of the bucket to list objects from prefix: Optional prefix to filter objects by limit: Maximum number of objects to list (default: 100) Returns: List of objects in the specified Cloud Storage bucket

Input Schema

NameRequiredDescriptionDefault
bucket_nameYes
limitNo
prefixNo
project_idYes

Input Schema (JSON Schema)

{ "properties": { "bucket_name": { "title": "Bucket Name", "type": "string" }, "limit": { "default": 100, "title": "Limit", "type": "integer" }, "prefix": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Prefix" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "bucket_name" ], "title": "list_objectsArguments", "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