cldkctl_console_pod
Access cldkctl CLI functionality via the MCP cldkctl Server by calling the console_pod endpoint with a valid token, enabling integration with Claude Desktop, Cursor, and MCP-compatible clients.
Instructions
Call the cldkctl_console_pod endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
token | Yes | Console token |
Input Schema (JSON Schema)
{
"properties": {
"token": {
"description": "Console token",
"type": "string"
}
},
"required": [
"token"
],
"type": "object"
}