cldkctl_console_token_pod
Generate and manage console tokens for Cloudeka's cldkctl CLI via the MCP cldkctl Server, enabling secure access to CLI functionality across compatible clients.
Instructions
Call the cldkctl_console_token_pod endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
console_data | Yes | Console data |
Input Schema (JSON Schema)
{
"properties": {
"console_data": {
"description": "Console data",
"type": "object"
}
},
"required": [
"console_data"
],
"type": "object"
}