gcp_storage_list
List Google Cloud Storage buckets or objects with optional prefix filtering, project selection, and limit on results.
Instructions
GCS 목록|버킷 목록|스토리지|storage list - Cloud Storage 버킷/객체 목록을 조회합니다
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | No | 버킷 이름 (없으면 버킷 목록, 있으면 해당 버킷의 객체 목록) | |
| prefix | No | 객체 필터링 prefix (예: "logs/") | |
| project_id | No | GCP 프로젝트 ID (기본: 현재 설정된 프로젝트) | |
| limit | No | 최대 항목 수 (기본: 50) | |
| format | No | 출력 형식 (기본: text) | text |