Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLOUDINARY_API_KEY | Yes | The API Key for your Cloudinary cloud | |
| CLOUDINARY_API_SECRET | Yes | The API Secret for your Cloudinary cloud | |
| CLOUDINARY_CLOUD_NAME | Yes | Your Cloudinary cloud name |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| upload | Upload a file (asset) to Cloudinary |
| delete-asset | Delete a file (asset) from Cloudinary |
| get-asset | Get the details of a specific file (asset) |
| find-assets | Search for existing files (assets) in Cloudinary with a query expression |
| get-usage | Get a report on the status of your product environment usage, including storage, credits, bandwidth, requests, number of resources, and add-on usage |