cloudinary-mcp-server

by yoavniran
Verified

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

Input Schema

NameRequiredDescriptionDefault
dateNoThe date for the usage report. Must be within the last 3 months and specified in the format: yyyy-mm-dd. Default: the current date

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "date": { "description": "The date for the usage report. Must be within the last 3 months and specified in the format: yyyy-mm-dd. Default: the current date", "type": "string" } }, "type": "object" }