cldkctl_balance_detail
Retrieve detailed balance information for a specific project by calling the cldkctl_balance_detail endpoint on the MCP cldkctl Server.
Instructions
Call the cldkctl_balance_detail 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"
}