cldkctl_org_role_detail
Retrieve detailed information about a specific organizational role by providing its Role ID, enabling role management via the MCP cldkctl Server for Cloudeka's CLI functionality.
Instructions
Call the cldkctl_org_role_detail endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
role_id | Yes | Role ID |
Input Schema (JSON Schema)
{
"properties": {
"role_id": {
"description": "Role ID",
"type": "string"
}
},
"required": [
"role_id"
],
"type": "object"
}