Xiaomi · Capability
Xiaomi Cloud Storage
Unified capability for Xiaomi cloud storage workflows combining Galaxy FDS object storage with account authentication. Enables developers to authenticate users and manage files in Xiaomi's cloud infrastructure.
What You Can Do
GET
Get user profile
— Get the authenticated Xiaomi user's profile.
/v1/user/profile
GET
Get user phone and email
— Get user phone number and email address.
/v1/user/contact
PUT
Put object
— Upload an object to cloud storage.
/v1/storage/objects/{bucketName}/{objectName}
GET
Get object
— Download an object from cloud storage.
/v1/storage/objects/{bucketName}/{objectName}
DELETE
Delete object
— Delete an object from cloud storage.
/v1/storage/objects/{bucketName}/{objectName}
MCP Tools
get-user-profile
Get the authenticated Xiaomi user's profile information.
read-only
get-user-contact
Get the Xiaomi user's phone number and email address.
read-only
upload-object
Upload a file or object to Xiaomi Galaxy FDS cloud storage.
download-object
Download a file or object from Xiaomi Galaxy FDS cloud storage.
read-only
get-object-metadata
Get metadata for an object in Xiaomi Galaxy FDS without downloading.
read-only
delete-object
Delete an object from Xiaomi Galaxy FDS cloud storage.
idempotent
APIs Used
xiaomi-open-api
xiaomi-galaxy-fds