get_bucket_details
Fetches comprehensive details for a Cloud Storage bucket, including metadata, configuration, and permissions. Provide project ID and bucket name to get started.
Instructions
Get detailed information about a specific Cloud Storage bucket.
Args:
project_id: The ID of the GCP project
bucket_name: The name of the bucket to get details for
Returns:
Detailed information about the specified Cloud Storage bucket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| bucket_name | Yes |