cloud-storage-get-object-metadata
less than a minute
About
A cloud-storage-get-object-metadata tool returns metadata for a single
Cloud Storage object. Use it when the LLM needs fields such as
object name, size, content type, generation, storage class, timestamps, checksums,
or custom metadata without reading the object’s content.
The response is the object metadata structure returned by the Cloud Storage API.
Compatible Sources
This tool can be used with the following database sources:
| Source Name |
|---|
| Cloud Storage Source |
Parameters
| parameter | type | required | description |
|---|---|---|---|
| bucket | string | true | Name of the Cloud Storage bucket containing the object. |
| object | string | true | Full object name (path) within the bucket, e.g. path/to/file.txt. |
Example
kind: tool
name: get_object_metadata
type: cloud-storage-get-object-metadata
source: my-gcs-source
description: Use this tool to inspect metadata for a Cloud Storage object.
Output Format
The tool returns object metadata from the Cloud Storage API, including fields
such as Name, Bucket, Size, ContentType, Updated, StorageClass,
MD5, CRC32C, and user-defined metadata when present.
Reference
| field | type | required | description |
|---|---|---|---|
| type | string | true | Must be “cloud-storage-get-object-metadata”. |
| source | string | true | Name of the Cloud Storage source to get object metadata from. |
| description | string | true | Description of the tool that is passed to the LLM. |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.