cldkctl_billing_daily_cost
Retrieve daily cost data for a specific project by calling the designated endpoint on the MCP cldkctl Server, using the project ID as input for accurate billing insights.
Instructions
Call the cldkctl_billing_daily_cost endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | ID of the project |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "ID of the project",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}